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

AddressComponents

AddressComponent[]arrow-up-right: Gets an array of separate components applicable to this address.

FormattedAddress

Stringarrow-up-right: Gets the human-readable address of this location.

GeocodeGeometry

Geometryarrow-up-right: Gets the geocode geometry information.

IsError

Booleanarrow-up-right: Gets a value indicating whether this instance is error.

PartialMatch

Booleanarrow-up-right: 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.

PlaceId

Stringarrow-up-right: Gets the unique identifier of a place, which can be used with other Google APIs.

PostcodeLocalities

String[]arrow-up-right: 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

ResultCode

Stringarrow-up-right: Gets the result code.

Types

String[]arrow-up-right: 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

Was this helpful?