Skip to main content

GeocoderResult

Namespace: Wisej.Web.Ext.GoogleMaps

Assembly: Wisej.Web.Ext.GoogleMaps

Represents a single geocoding result.

public class GeocoderResult

A geocode request may return multiple result objects.

Properties

Instance memberAddressComponents

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

Instance memberFormattedAddress

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

Instance memberGeocodeGeometry

Geometry: Gets the geocode geometry information.

Instance memberIsError

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

Instance memberPartialMatch

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.

Instance memberPlaceId

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

Instance memberPostcodeLocalities

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

Instance memberResultCode

String: Gets the result code.

Instance memberTypes

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.