Enum GeocodeResult.Types.Granularity
The granularity of the location.
Namespace: Google.Maps.Geocode.V4
Assembly: Google.Maps.Geocode.V4.dll
Syntax
public enum GeocodeResult.Types.Granularity
Fields
| Name | Description |
|---|---|
| Approximate | Everything else. |
| GeometricCenter | The geometric center of a feature for which we have polygonal data. |
| RangeInterpolated | Interpolated from a range of street numbers. For example, if we know that a segment of Amphitheatre Pkwy contains numbers 1600 - 1699, then 1650 might be placed halfway between its endpoints. |
| Rooftop | The non-interpolated location of an actual plot of land corresponding to the matched address. |
| Unspecified | Do not use. |