Saving Coordinates From Geocoded Addresses

690
2
07-15-2010 11:58 AM
RobertPincus
New Contributor III
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
Frequent Contributor
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
New Contributor III
Got it. Thanks.
0 Kudos