Struct google_coordinate1::Location [] [src]

pub struct Location {
    pub lat: Option<f64>,
    pub kind: Option<String>,
    pub address_line: Option<Vec<String>>,
    pub lng: Option<f64>,
}

Location of a job.

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

Fields

Latitude.

Identifies this object as a location.

Address.

Longitude.

Trait Implementations

impl Default for Location
[src]

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

impl Clone for Location
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Location
[src]

Formats the value using the given formatter.

impl Part for Location
[src]