android - How to create a marker only drawable into the bounds of the circle area? -
i need show marker bounds of drawn circle area precision of location. draw of circle no problem limits of draggable area no possible me.
thanks in advance.
you cannot limit draggable area using api.
your options are:
- saving
markerposition when drag starts, checking when ends , reverting if outside - same above checking in drag callbacks, looks weird if try
setpositioninondrag(notice marker blinks if didn'tsetposition) - posting feature request on gmaps-api-issues
Comments
Post a Comment