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 GeocoderResultPublic Class GeocoderResultA geocode request may return multiple result objects.
Properties
AddressComponents
AddressComponent[]: Gets an array of separate components applicable to this address.
FormattedAddress
String: Gets the human-readable address of this location.
GeocodeGeometry
Geometry: Gets the geocode geometry information.
IsError
Boolean: Gets a value indicating whether this instance is error.
PartialMatch
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.
PlaceId
String: Gets the unique identifier of a place, which can be used with other Google APIs.
PostcodeLocalities
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
ResultCode
String: Gets the result code.
Types
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
Was this helpful?