On Jan 17, 5:51 am, Fam Kosterman <fam.koster...@gmail.com> wrote: > At first i created a map with google map with a lot of markers. > I created this map in Google maps as my places > > Now i want to continue with the API > but this map is good for maintance i can easily find the locations and > mark them > > Now i exported all markers to an XML file > > How can i import them with the API
Depends on the format of the xml. KML is xml, the google maps API v3 parses and displays that with KmlLayer. Here is an example that uses attributes for latitude and longitude ("Mike Williams' V2 format"): http://www.geocodezip.com/v3_MW_example_map3.html -- Larry -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api-v3@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.