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

[SOLVED] IOS - How to Open Infowindow #55

Closed
poorcoder opened this issue Jul 29, 2016 · 2 comments
Closed

[SOLVED] IOS - How to Open Infowindow #55

poorcoder opened this issue Jul 29, 2016 · 2 comments

Comments

@poorcoder
Copy link

Hi All,

How I can open InfoWindow w/o marker and open it default...

@dapriett
Copy link
Owner

dapriett commented Aug 3, 2016

Maybe create a marker with 0 alpha, and open it's infowindow;

Then maybe try

mapView.ios.selectedMarker = marker.ios;

@poorcoder
Copy link
Author

It helped me to find correct way thank you...
When I try your solution it give me this error/warning at console...
Marker set as selectedMarker while not belonging to this map. Ignoring.

Then I find this solution at https://developers.google.com/maps/documentation/ios-sdk/start

This works

    marker.ios.map = mapView.ios;
    mapView.ios.selectedMarker = marker.ios;

@poorcoder poorcoder changed the title IOS - How to Open Infowindow [SOLVED] IOS - How to Open Infowindow Aug 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants