Search code examples
iostouchskmaps

How can I define touch area for pin (Skobbler iOS)


After updating to latest Skobbler version I noticed that touchable area around pin was increased. Before when I touched pin, didSelectAnnotation method triggered well. But now if I touch map nearby the pin, didSelectAnnotation also triggered. I want to make clickable just the pin picture, not the area around. I've tried this with a custom pin and with a standard. The same result.

May be there is a settings property? I looked through the documentation but didn't find anything.


Solution

  • Currently the touch area is not configurable.

    In 2.3 it was indeed increased (to make clicking annotations easier) - we'll revisit this decision in a later update, but for the time being you'll have work around this implementation.