Search code examples
mapskml

Google Maps coordinates in KML


I'm trying to use kml for rendering geo-coordinates in google maps. Unfortunately, I have some troubles with coordinates: when I insert in KML coordinates from Google maps, and then pass this KML file to google maps service, placemarks points to another place in the Earth.

Maybe I dont guess format of placemark location for KML ?


Solution

  • in the KML file i have the LatLng was backwards.

    KML => -.709448,54.009222,0
    gmaps => 54.009222,-.709448