HI,
i have a question...
I want add a direction arrow on my trace , added on map by kml file
with this code :
.......
 currentdata=new Date();
 var datatime=currentdata.getTime();
 var map;  var kml = new GGeoXml(" My KML file ");
 function load()
 {
         if (GBrowserIsCompatible())
                 {
                         map = new GMap2(document.getElementById("map"));
                         map.setCenter(new GLatLng ( My lat , my lon ), 13);
                         map.addControl(new GLargeMapControl());
                         map.addControl(new GMapTypeControl());
                         map.addControl(new GScaleControl());
                         map.addOverlay(kml);
                }

}
......

How do for add direction arrows on my loaded path?
thanks..


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