> How to download elements of php array( it is an array of locations) > into an xml file ?
Doesn't seem to be a maps issue, try http://www.google.com/q=php+how+to+write+xml > I have an array with 10 locations(in either (lat , long) or some text > address) . > I want to geocode them ,but for this i have to download the data into > xml Where you have lat,long you don't need to geocode - geocoding would return lat,long from a given address. Perhaps you could save resource by testing for this first. I don't know of any Google service that will bulk geocode addresses from a given XML file. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
