"My Location" in Google Maps javascript API -


is there way use "my location" button exist on google maps in own webbapplication using javascript api?
have read adding controls here google maps javascript api v3 controls haven't found "my locaton" control.

there's no geolocation button in google maps api v3. it's not difficult implement 1 yourself.

information implementing geolocation can found in google maps javascript api documentation.

if want add geolocation button map control, read custom controls section of google maps documentation.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -