Frage

How to "draw" directions on Google Earth, but without usage of google maps like in this example http://earth-api-samples.googlecode.com/svn/trunk/demos/drive-simulator/index.html In my case longitude and latitude for start and end points is provided by Winform application and Google Earth itself is displayed in winform WebBrowser control.

War es hilfreich?

Lösung

google.maps.DirectionsService() is of google.maps! So you can not avoid maps if you use DirectionService. If you dont want to see map pane,please "hide" the map container anyway by your powerfull "Winform" utility or .slideToggle().

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top