distriqt / airnativeextensions

DEPRECATED: Original repository of the distriqt native extensions and is no longer maintained. Please see our site for the latest ANEs
https://airnativeextensions.com
2 stars 0 forks source link

Maps in iOs Title and info window #295

Closed interactivemartin closed 8 years ago

interactivemartin commented 9 years ago

Hello, in the current version of maps, in iOS (the only system that works), when we do: showInfoButton = true , it shows an info button that does nothing... It is supossed to popup something no?

Do you know why?

koriner commented 9 years ago

When you show an info window button, you need to listen for the NativeMapEvent.MARKER_INFO_WINDOW_TOUCHED event which will be triggered when the button is actually pressed.