Enum google_api_proto::google::maps::addressvalidation::v1::verdict::Granularity
source · #[repr(i32)]pub enum Granularity {
Unspecified = 0,
SubPremise = 1,
Premise = 2,
PremiseProximity = 3,
Block = 4,
Route = 5,
Other = 6,
}
Expand description
The various granularities that an address or a geocode can have.
When used to indicate granularity for an address, these values indicate
with how fine a granularity the address identifies a mailing destination.
For example, an address such as “123 Main Street, Redwood City, CA, 94061”
identifies a PREMISE
while something like “Redwood City, CA, 94061”
identifies a LOCALITY
. However, if we are unable to find a geocode for
“123 Main Street” in Redwood City, the geocode returned might be of
LOCALITY
granularity even though the address is more granular.
Variants§
Unspecified = 0
Default value. This value is unused.
SubPremise = 1
Below-building level result, such as an apartment.
Premise = 2
Building-level result.
PremiseProximity = 3
A geocode that approximates the building-level location of the address.
Block = 4
The address or geocode indicates a block. Only used in regions which have block-level addressing, such as Japan.
Route = 5
The geocode or address is granular to route, such as a street, road, or highway.
Other = 6
All other granularities, which are bucketed together since they are not deliverable.
Implementations§
source§impl Granularity
impl Granularity
source§impl Granularity
impl Granularity
sourcepub fn as_str_name(&self) -> &'static str
pub fn as_str_name(&self) -> &'static str
String value of the enum field names used in the ProtoBuf definition.
The values are not transformed in any way and thus are considered stable (if the ProtoBuf definition does not change) and safe for programmatic use.
sourcepub fn from_str_name(value: &str) -> Option<Self>
pub fn from_str_name(value: &str) -> Option<Self>
Creates an enum from field names used in the ProtoBuf definition.
Trait Implementations§
source§impl Clone for Granularity
impl Clone for Granularity
source§fn clone(&self) -> Granularity
fn clone(&self) -> Granularity
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for Granularity
impl Debug for Granularity
source§impl Default for Granularity
impl Default for Granularity
source§fn default() -> Granularity
fn default() -> Granularity
source§impl From<Granularity> for i32
impl From<Granularity> for i32
source§fn from(value: Granularity) -> i32
fn from(value: Granularity) -> i32
source§impl Hash for Granularity
impl Hash for Granularity
source§impl Ord for Granularity
impl Ord for Granularity
source§fn cmp(&self, other: &Granularity) -> Ordering
fn cmp(&self, other: &Granularity) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
source§impl PartialEq for Granularity
impl PartialEq for Granularity
source§fn eq(&self, other: &Granularity) -> bool
fn eq(&self, other: &Granularity) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for Granularity
impl PartialOrd for Granularity
source§fn partial_cmp(&self, other: &Granularity) -> Option<Ordering>
fn partial_cmp(&self, other: &Granularity) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
self
and other
) and is used by the <=
operator. Read moresource§impl TryFrom<i32> for Granularity
impl TryFrom<i32> for Granularity
§type Error = UnknownEnumValue
type Error = UnknownEnumValue
source§fn try_from(value: i32) -> Result<Granularity, UnknownEnumValue>
fn try_from(value: i32) -> Result<Granularity, UnknownEnumValue>
impl Copy for Granularity
impl Eq for Granularity
impl StructuralPartialEq for Granularity
Auto Trait Implementations§
impl Freeze for Granularity
impl RefUnwindSafe for Granularity
impl Send for Granularity
impl Sync for Granularity
impl Unpin for Granularity
impl UnwindSafe for Granularity
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request