문제

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