Skip to content
New issue

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

MY_LOCATION_BUTTON_CLICK does not fire #78

Closed
fabriziogiordano opened this issue May 26, 2014 · 4 comments
Closed

MY_LOCATION_BUTTON_CLICK does not fire #78

fabriziogiordano opened this issue May 26, 2014 · 4 comments
Labels
Milestone

Comments

@fabriziogiordano
Copy link
Contributor

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

@TheMassassian
Copy link

I encountered the same problem using an Apple device, on Android it works fine.

@wf9a5m75
Copy link
Member

I'm sorry. It seems I forgot to implement this feature in iOS.

@wf9a5m75
Copy link
Member

Fixed in v1.1.1.
Thank you @fabriziogiordano and @TheMassassian

@wf9a5m75 wf9a5m75 added this to the v1.1.1 milestone May 27, 2014
@wf9a5m75
Copy link
Member

The version 1.1.1 is released, and this bug fix is included. Thank you for your help.

ghost pushed a commit that referenced this issue Mar 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants