location-picker
location-picker copied to clipboard
Add a button to get the current location through GPS or Wifi like Google Maps?
Is there a way to display the get current location button like google maps? There is a way to get the current location using Geolocation services but a native solution would be nice.
Any update on this matter?
The plugin uses Google Maps API V3 which does not natively provide that button. You will have to implement your own.
Here's some examples:
https://stackoverflow.com/questions/24952593/how-to-add-my-location-button-in-google-maps
You can submit a pull request if you want to implement it & want it integrated with this library.