Select to view content in your preferred language

Saving Coordinates From Geocoded Addresses

876
2
07-15-2010 11:58 AM
RobertPincus
Regular Contributor
Using the Geocode an Address sample, how can I save the coordinates of the candidates into an array for later processing?
0 Kudos
2 Replies
derekswingley1
Deactivated User
When you get the response back, loop through the candidates object and save the location object (which has x and y properties with exact coordinates) of each candidate some place where you can access it later.
0 Kudos
RobertPincus
Regular Contributor
Got it. Thanks.
0 Kudos