Hi All,
Is it possible to manually resize the circle appearing around pin on mapView once we make use of MKUserLocation to show user location with a circle?
By resize I mean to say increase/decrease the circle radius.
Thanks for guiding me right.
I am not able to check this on iphone as my GPS is not working. Please tell me one more thing that on a displayed MKMapView when the user touches on a particular point [by particular point i mean to say any place on the map but excluding the annotation] on the map then is it possible to obtain the location of that point latitude/longitude value?
Thanks
I've not really used MKMapView but I would have thought that you can have the user drop a pin annotation on the view. It would seem that if you capture the touch you can use the obvious method in the documentation convertPoint:toCoordinateFromView: