I need to go and get their addresses with latitude and longitude
position

Example

arrayAddresses[0]='Goya, 24, 28001, Madrid'
arrayAddresses[1]='Palos, 24, 28001, Barcelona'
arrayAddresses[2]='Alicante, 24, 28001, Mallorca'
arrayAddresses[3]='Gomez, 24, 28001, Burgos'


for(i=1;i<4;I++){
   point=getAddress(arrayAddresses[i]);
   alert(point[latitud]);
   alert(point[long]);
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to