Struct google_partners2::Location [] [src]

pub struct Location {
    pub lat_lng: Option<LatLng>,
    pub address: Option<String>,
}

A location with address and geographic coordinates.

This type is not used in any activity, and only used as part of another schema.

Fields

The latitude and longitude of the location, in degrees.

The complete address of the location.

Trait Implementations

impl Debug for Location
[src]

Formats the value using the given formatter.

impl Clone for Location
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Location
[src]

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

impl Part for Location
[src]