Table of Contents

Enum GeocodeLocationType

Namespace
GoogleMapsApi.Entities.Geocoding.Response
Assembly
GoogleMapsApi.dll
[DataContract]
public enum GeocodeLocationType

Fields

[EnumMember] APPROXIMATE = 3

Indicates that the returned result is approximate.

[EnumMember] GEOMETRIC_CENTER = 2

Indicates that the returned result is the geometric center of a result such as a polyline (for example, a street) or polygon (region).

[EnumMember] RANGE_INTERPOLATED = 1

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.

[EnumMember] ROOFTOP = 0

Indicates that the returned result is a precise geocode for which we have location information accurate down to street address precision.