android - Can I add listener to Circle drawn on the map? -


i want draw circle on map , when user touches it. also, can't find method of circle that. need do?

thanks, sarun

edit

in order clarify question. want circle have constant distance relative ground, means, if zoom map, circle grow bigger.

you can using onmapclicklistener.

in callback check if distance between clicked latlng , center of circle smaller radius.

location.distancebetween should of help.


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -