“My Location” in Google Maps javascript API

…衆ロ難τιáo~ 提交于 2019-12-21 03:50:46

问题


Is there a way to use the "My location" button that exist on Google Maps in your own webbapplication using the javascript api?
I have read about adding controls here Google Maps Javascript API V3 Controls but I haven't found anything about the "My locaton" control.


回答1:


There's currently no geolocation button in Google Maps API v3. But it's not difficult to implement one yourself.

Information about implementing geolocation can be found in the Google Maps Javascript API documentation.

If you want to add a geolocation button as a map control, read the Custom Controls section of the Google Maps documentation.



来源:https://stackoverflow.com/questions/5962085/my-location-in-google-maps-javascript-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!