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