Geocoding engine.
Properties
Application Application
Returns application. Read only.
Any Parent
Returns parent object. Read only.
Methods
GeocodeMatchSet LocateAddress(String address, String city, String state, String zip, Number offset)
Geocodes an address given by address, city, state and zip strings. Multiple matches are ordered from the most likely to least likely. Offset parameter is specified in meters and can be omitted.
GeocodeMatchSet LocateAddressRaw(String address, Number offset)
Geocodes an address given by an unparsed address string. Multiple matches are ordered from the most likely to least likely. Offset parameter is specified in meters and can be omitted.
Point LocateZip(Number zip)
Point LocateZip(String zip)
Returns a lat/lon centroid for a given zip code.
Obtained From
Application (NewGeocoder)
See Also