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
Post a Comment