We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After I loaded a map I am trying to listed to the location button click adding a new event:
function mapMyLocationButtonClick () { alert("done"); } map.on(plugin.google.maps.event.MY_LOCATION_BUTTON_CLICK, mapMyLocationButtonClick);
However nothing happen.
Tested on: iOS 7.1 Cordova 3.5 Google Map Plugin 1.1.0
The text was updated successfully, but these errors were encountered:
I encountered the same problem using an Apple device, on Android it works fine.
Sorry, something went wrong.
I'm sorry. It seems I forgot to implement this feature in iOS.
Bug fix #78: MY_LOCATION_BUTTON_CLICK does not fire
bc3fb51
Fixed in v1.1.1. Thank you @fabriziogiordano and @TheMassassian
The version 1.1.1 is released, and this bug fix is included. Thank you for your help.
956cab9
No branches or pull requests
After I loaded a map I am trying to listed to the location button click adding a new event:
However nothing happen.
Tested on:
iOS 7.1
Cordova 3.5
Google Map Plugin 1.1.0
The text was updated successfully, but these errors were encountered: