Struct google_blogger3::PostLocation [] [src]

pub struct PostLocation {
    pub lat: Option<f64>,
    pub lng: Option<f64>,
    pub span: Option<String>,
    pub name: Option<String>,
}

The location for geotagged posts.

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

Fields

Location's latitude.

Location's longitude.

Location's viewport span. Can be used when rendering a map preview.

Location name.

Trait Implementations

impl Default for PostLocation
[src]

[src]

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

impl Clone for PostLocation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for PostLocation
[src]

[src]

Formats the value using the given formatter.

impl NestedType for PostLocation
[src]

impl Part for PostLocation
[src]