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

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -