Struct google_geocoding::Viewport[][src]

pub struct Viewport {
    pub northeast: Coordinates,
    pub southwest: Coordinates,
}

Fields

Northeast corner of the bounding box

Southwest corner of the bounding box

Trait Implementations

impl Clone for Viewport
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Viewport
[src]

impl Debug for Viewport
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Viewport

impl Sync for Viewport