GeocodingGeometryLocationTypeEnum class

Inheritance
  • Object
  • EnumClass
  • GeocodingGeometryLocationTypeEnum

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<GeocodingGeometryLocationTypeEnum>
no setter
values → BuiltSet<GeocodingGeometryLocationTypeEnum>
no setter

Constants

APPROXIMATE → const GeocodingGeometryLocationTypeEnum
Stores additional data about the specified location. The following values are currently supported: - "ROOFTOP" indicates that the returned result is a precise geocode for which we have location information accurate down to street address precision. - "RANGE_INTERPOLATED" indicates 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. - "GEOMETRIC_CENTER" indicates that the returned result is the geometric center of a result such as a polyline (for example, a street) or polygon (region). - "APPROXIMATE" indicates that the returned result is approximate.
GEOMETRIC_CENTER → const GeocodingGeometryLocationTypeEnum
Stores additional data about the specified location. The following values are currently supported: - "ROOFTOP" indicates that the returned result is a precise geocode for which we have location information accurate down to street address precision. - "RANGE_INTERPOLATED" indicates 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. - "GEOMETRIC_CENTER" indicates that the returned result is the geometric center of a result such as a polyline (for example, a street) or polygon (region). - "APPROXIMATE" indicates that the returned result is approximate.
RANGE_INTERPOLATED → const GeocodingGeometryLocationTypeEnum
Stores additional data about the specified location. The following values are currently supported: - "ROOFTOP" indicates that the returned result is a precise geocode for which we have location information accurate down to street address precision. - "RANGE_INTERPOLATED" indicates 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. - "GEOMETRIC_CENTER" indicates that the returned result is the geometric center of a result such as a polyline (for example, a street) or polygon (region). - "APPROXIMATE" indicates that the returned result is approximate.
ROOFTOP → const GeocodingGeometryLocationTypeEnum
Stores additional data about the specified location. The following values are currently supported: - "ROOFTOP" indicates that the returned result is a precise geocode for which we have location information accurate down to street address precision. - "RANGE_INTERPOLATED" indicates 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. - "GEOMETRIC_CENTER" indicates that the returned result is the geometric center of a result such as a polyline (for example, a street) or polygon (region). - "APPROXIMATE" indicates that the returned result is approximate.