I will have a try and let you know the results. Thanks!
On Wed, Mar 13, 2013 at 3:25 AM, Martin <[email protected]> wrote: > Can you use the InfoWindowAdapter and override it's GetInfoContent handler > to supply your own custom View and in that custom View create the clickable > Views you require? > > > https://developers.google.com/maps/documentation/android/reference/com/google/android/gms/maps/GoogleMap.InfoWindowAdapter#getInfoContents%28com.google.android.gms.maps.model.Marker%29 > > Martin. > > > > On Tuesday, March 12, 2013 9:29:00 PM UTC, elin wrote: >> >> According to the following link: https://developers.** >> google.com/maps/documentation/**android/v1/mapkey<https://developers.google.com/maps/documentation/android/v1/mapkey> >> >> *Note*: Version 1 of the Google Maps Android API as been officially >> deprecated as of December 3rd, 2012. *This means that from March 3rd, >> 2013 you will no longer be able to request an API key for this version.* No >> new features will be added to Google Maps Android API v1. However, apps >> using v1 will continue to work on devices. Existing and new developers are >> encouraged to use Google Maps Android API >> v2<https://developers.google.com/maps/documentation/android/> >> . >> >> So I am trying to migrate my Android Map API to Google Map API V2. My Map >> application was using ItemsizedOverlay with onTap event so that user can >> click the Overlay on different links, views or buttons to navigate to the >> destination or close the BalloonItem if user click the close button. But on >> API v2, the ItemizedOverlay is replaced as InfoWindow. As a result, any >> listeners you set on the InfoWindow are disregarded and you cannot >> distinguish between click events on various parts of the view. >> >> I cannot believe migrate to Map API v2 is going to reduce the features of >> the Map application. Those features are something I cannot use without it. >> Can anyone let me know any alternative for getting onTap (or onClick) >> listener for the InfoWindow? Or what other control can provide the similar >> feature for InfoWindow. >> >> Many thanks! >> >> -- > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Android Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

