Struct google_admin1_directory::BuildingCoordinates[][src]

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

JSON template for coordinates of a building in Directory API.

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

Fields

Latitude in decimal degrees.

Longitude in decimal degrees.

Trait Implementations

impl Default for BuildingCoordinates
[src]

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

impl Clone for BuildingCoordinates
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BuildingCoordinates
[src]

Formats the value using the given formatter. Read more

impl Part for BuildingCoordinates
[src]

Auto Trait Implementations