Struct google_drive3_fork::FileImageMediaMetadataLocation[][src]

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

Geographic location information stored in the image.

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

Fields

The latitude stored in the image.

The altitude stored in the image.

The longitude stored in the image.

Trait Implementations

impl Default for FileImageMediaMetadataLocation
[src]

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

impl Clone for FileImageMediaMetadataLocation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FileImageMediaMetadataLocation
[src]

Formats the value using the given formatter. Read more

impl NestedType for FileImageMediaMetadataLocation
[src]

impl Part for FileImageMediaMetadataLocation
[src]

Auto Trait Implementations