Location

There are two different location service functions, reverseGeocode and geocode The geocode services allows you to find the approximate coordinates for a given street address. The reverse geocoding service instead takes in a pair of coordinates and returns the approximate address on which that point is located.

Out Response bodies for both ProcessGeocode and ProcessReverseGeocode are the similar and contain similar members. It Represents the response body for a GeocodeResponse. The response body gets or sets the response which contains the results of geocoding or reverse geocoding.


GeocodeResponseBody Members.

Element Definition
Location A list <> of GeocodeLocation objects. Gets or sets the collection of locations of geocode.