Enum google_geocoding::LocationType [−][src]
pub enum LocationType {
Rooftop,
RangeInterpolated,
GeometricCenter,
Approximate,
}What location Geometry refers to
Variants
RooftopIndicates that the returned result is a precise geocode for which we have location information accurate down to street address precision.
RangeInterpolatedIndicates that the returned result reflects an approximation (usually on a road) interpolated between two precise points (such as intersections). Interpolated results are generally returned when rooftop geocodes are unavailable for a street address.
GeometricCenterIndicates that the returned result is the geometric center of a result such as a polyline (for example, a street) or polygon (region).
ApproximateIndicates that the returned result is approximate.
Trait Implementations
impl Clone for LocationType[src]
impl Clone for LocationTypefn clone(&self) -> LocationType[src]
fn clone(&self) -> LocationTypeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl Copy for LocationType[src]
impl Copy for LocationTypeimpl Debug for LocationType[src]
impl Debug for LocationTypefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for LocationType[src]
impl Eq for LocationTypeimpl Hash for LocationType[src]
impl Hash for LocationTypefn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, Feeds a slice of this type into the given [Hasher]. Read more
impl PartialEq for LocationType[src]
impl PartialEq for LocationTypeAuto Trait Implementations
impl Send for LocationType
impl Send for LocationTypeimpl Sync for LocationType
impl Sync for LocationType