سؤال

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.

هل كانت مفيدة؟

المحلول

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().

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top