Struct google_photoslibrary1::Location[][src]

pub struct Location {
    pub location_name: Option<String>,
    pub latlng: Option<LatLng>,
}

Represents a physical location.

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

Fields

Name of the location to be displayed.

Position of the location on the map.

Trait Implementations

impl Default for Location
[src]

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

impl Clone for Location
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Location
[src]

Formats the value using the given formatter. Read more

impl Part for Location
[src]

Auto Trait Implementations

impl Send for Location

impl Sync for Location