GeocoderLocationType
Namespace: Wisej.Web.Ext.GoogleMaps
Assembly: Wisej.Web.Ext.GoogleMaps
Indicates additional data about the specified location.
- C#
- VB.NET
public enum GeocoderLocationType : Enum
Public Enum GeocoderLocationType As [Enum]
Fields
| Name | Description |
|---|---|
| Approximate | Indicates that the returned result is approximate. |
| GeometricCenter | Indicates that the returned result is the geometric center of a result such as a polyline (for example, a street) or polygon (region). |
| RangeInterpolated | 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. |
| Rooftop | Indicates that the returned result reflects a precise geocode. |