Struct bingmaps::locations::FindPoint [] [src]

pub struct FindPoint {
    pub point: String,
    pub include_entity_types: Vec<EntityType>,
    pub include_neighborhood: bool,
    pub include_ciso2: bool,
}

Fields

Methods

impl FindPoint
[src]

Trait Implementations

impl Default for FindPoint
[src]

Returns the "default value" for a type. Read more