-
Notifications
You must be signed in to change notification settings - Fork 214
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
Trigger onMapMarkerClick(id) programatically? #44
Comments
|
I want to open the map activity with the marker already clicked. Is there any other method using which this can be achieved? |
in the google map you can call `showInfoWindow() on a marker as described here. https://developers.google.com/maps/documentation/android/infowindows You can probably add support for calling |
@petzel - Can you please add support for showInfoWindow() for the map marker?
|
Hello,
I tried to trigger the onMapMarkerClick(1) function programatically, but the marker title and map toolbar is not shown. The marker has to be tapped manually. Is there any way, this can be achieved?
Thanks in advance.
The text was updated successfully, but these errors were encountered: