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
source
share