On Nov 2, 3:35 am, Haentz <[EMAIL PROTECTED]> wrote:
> Hi,
> I it possile with Google Maps APi to load a KML and let the API create
> markers by a provided address, since I don't have geolocations for all
> the entries?
Yes it is possible, but probably not the best way to do it.  KML is
just a dialect of xml.  If the addresses are in it, you can write code
to geocode them.  However, it would be better for many reasons to
geocode the data once, then store the coordinates.  See Mike Williams'
explanation in his tutorial:
Part 17 Geocoding multiple addresses
http://econym.org.uk/gmap/geomulti.htm

  -- Larry
--~--~---------~--~----~------------~-------~--~----~
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