Struct google_plus1::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
latitude: Option<f64>
The latitude of this position.
longitude: Option<f64>
The longitude of this position.
Trait Implementations
impl Debug for PlacePosition[src]
impl Clone for PlacePosition[src]
fn clone(&self) -> PlacePosition
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Default for PlacePosition[src]
fn default() -> PlacePosition
Returns the "default value" for a type. Read more