Struct bingmaps::locations::Location [] [src]

pub struct Location {
    pub name: String,
    pub point: Point,
    pub bbox: Vec<f64>,
    pub entity_type: EntityType,
    pub address: Address,
    pub confidence: Confidence,
    pub match_codes: Vec<MatchCode>,
}

Fields

A geographic area that contains the location. The box is defined by [South Latitude, West Longitude, North Latitude, East Longitude].

Methods

impl Location
[src]

Gets the location information associated with latitude and longitude coordinates.

Gets latitude and longitude coordinates that correspond to location information provided as a query string.

Trait Implementations

impl Debug for Location
[src]

Formats the value using the given formatter.