Struct google_mirror1::Location [] [src]

pub struct Location {
    pub kind: Option<String>,
    pub display_name: Option<String>,
    pub timestamp: Option<String>,
    pub longitude: Option<f64>,
    pub address: Option<String>,
    pub latitude: Option<f64>,
    pub id: Option<String>,
    pub accuracy: Option<f64>,
}

A geographic location that can be associated with a timeline item.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

The type of resource. This is always mirror#location.

The name to be displayed. This may be a business name or a user-defined place, such as "Home".

The time at which this location was captured, formatted according to RFC 3339.

The longitude, in degrees.

The full address of the location.

The latitude, in degrees.

The ID of the location.

The accuracy of the location fix in meters.

Trait Implementations

impl Default for Location
[src]

[src]

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

impl Clone for Location
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Location
[src]

[src]

Formats the value using the given formatter.

impl Resource for Location
[src]

impl ResponseResult for Location
[src]