Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

arnieterm

macrumors regular
Original poster
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
Arnieterm
 
The circle shows the accuracy of the GPS location. So no, you cannot alter it to mislead the user on the accuracy.
 
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
 
Do I need to subclass MKMapView in order to get

Code:
- (void)touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event

event where we can make use of convertPoint:toCoordinateFromView.

Thanks
Arnieterm
 
Do I need to subclass MKMapView in order to get touchesEnded event where we can make use of convertPoint:toCoordinateFromView.

Thanks
Arnieterm

If it's not got a method to pass it on to you then yes, I suppose you do. Just remember to pass the even onto the super class...
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.