Setting the clickable area on a marker in Google Maps v2 for Android

I am currently using the Google Maps API v2 for Android and am running some custom overlays. To start, I create a custom bitmap that is quite large than the standard "marker."

I know that using the old Maps API, you can create a custom overlayitem that manages the clickable area, but it should also be available in the new Maps API. I just want my clickable user area to be the same as the custom bitmap icon on which I set it. I read examples and documentation and found nothing. Any help would be appreciated.

thank

(Here is the document I read)

https://developers.google.com/maps/documentation/android/marker#customize_a_marker
+5
source share
1 answer

Confirmed. Error in the library.

I created a bug report here: http://code.google.com/p/gmaps-api-issues/issues/detail?id=5368

Edit:

This has recently been fixed in the library and should work correctly.

+1
source

All Articles