GeocoderResult

Wisej.Web.Ext.GoogleMaps.GeocoderResult

Namespace: Wisej.Web.Ext.GoogleMaps

Assembly: Wisej.Web.Ext.GoogleMaps (3.2.0.0)

Represents a single geocoding result.

public class GeocoderResult

A geocode request may return multiple result objects.

Properties

AddressComponent[]: Gets an array of separate components applicable to this address.

String: Gets the human-readable address of this location.

Geometry: Gets the geocode geometry information.

Boolean: Gets a value indicating whether this instance is error.

Boolean: Gets a value indicating that the geocoder did not return an exact match for the original request, though it was able to match part of the requested address.

String: Gets the unique identifier of a place, which can be used with other Google APIs.

String[]: Gets an array denoting all the localities contained in a postal code.

Is only present when the result is a postal code that contains multiple localities. This array can contain up to 10 localities

String: Gets the result code.

String[]: Gets an array indicating the address type of the returned result.

This array contains a set of zero or more tags identifying the type of feature returned in the result.

Last updated