Struct google_plusdomains1::PlacePosition[][src]

pub struct PlacePosition {
    pub latitude: Option<f64>,
    pub longitude: Option<f64>,
}

The position of the place.

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

Fields

The latitude of this position.

The longitude of this position.

Trait Implementations

impl Default for PlacePosition
[src]

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

impl Clone for PlacePosition
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PlacePosition
[src]

Formats the value using the given formatter. Read more

impl NestedType for PlacePosition
[src]

impl Part for PlacePosition
[src]

Auto Trait Implementations