Reverse GeoCoder:Example Request
Reverse GeoCoder Navigation | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
| ||||||||||
| ||||||||||
| ||||||||||
Sample Code |
The following requests detail the possible elements and general format of the four possible protocols.
JSON Request
{ "RequestArray": { "CustomerId":"string", "Latitude":"string", "Longitude":"string", "MaxDistance":"string", "MaxRecords":"string", "TransmissionReference":"string" } }
REST Request
There is no recordID element because a REST request can only submit one record per request:
http://ReverseGeo.melissadata.net/V3/WEB/ReverseGeoCode/doLookup ?id={CustomerId} &lat={Latitude} &long={Longitude} &dist={MaxDistance} &recs={MaxRecords} &t={TransmissionReference}
XML Request
<RequestArray> <CustomerID>string</CustomerID> <Latitude>string</Latitude> <Longitude>string</Longitude> <MaxDistance>string</MaxDistance> <MaxRecords>string</MaxRecords> <TransmissionReference>string</TransmissionReference> </RequestArray>