i m maikng an app using Maps. I m drawing circle on a specific point using itemized overlay
and it works pretty fine. But i want to change the radius of that circle with the seekbar progress value. Can any body guide me to this
Thanks in advance.
i m maikng an app using Maps. I m drawing circle on a specific
Share
To Draw the Circle with on map We have to use itemozied Overlay But to change it with the Progress of Seek Bar We need to do the Following thing that will work with Seek Bar and also if you want to set the zoom level using seek bar It is handled in the following code Snippet
Note: I have used seek bar with min value of 0 and max value of 9
The following is my Draw Circle method in my itemized overlay class