Struct google_geocoding::GeocodeQuery[][src]

pub struct GeocodeQuery { /* fields omitted */ }

A query for coordinates

Methods

impl GeocodeQuery
[src]

Creates a new coordinates query

The bounding box of the viewport within which to bias geocode results more prominently. This parameter will only influence, not fully restrict, results from the geocoder. (For more information see Viewport Biasing below.)

The language in which to return results.

The region code.

This parameter will only influence, not fully restrict, results from the geocoder. (For more information see Region Biasing below.)

Trait Implementations

impl Debug for GeocodeQuery
[src]

Formats the value using the given formatter. Read more

impl<T> From<T> for GeocodeQuery where
    Place: From<T>, 
[src]

Performs the conversion.

Auto Trait Implementations