It would be great if you could specify the touch region on a custom marker Image that should be used when
<MapView
onMarkerPress={() => this.callMe.bind(this)}
/>
is called. The use case here is custom images that have regions that should not respond to touch. I.e.

This becomes a bit of a pain when you have a bunch of markers in close proximity; the user might try tapping on marker 9 below, but instead activate pin 21 due to the overlap of the pin touch regions.

Is there a way around this?
It would be great if you could specify the touch region on a custom marker Image that should be used when
is called. The use case here is custom images that have regions that should not respond to touch. I.e.
This becomes a bit of a pain when you have a bunch of markers in close proximity; the user might try tapping on marker 9 below, but instead activate pin 21 due to the overlap of the pin touch regions.
Is there a way around this?