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

arnieterm

macrumors regular
Original poster
Aug 28, 2008
201
0
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
 

arnieterm

macrumors regular
Original poster
Aug 28, 2008
201
0
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
 

arnieterm

macrumors regular
Original poster
Aug 28, 2008
201
0
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
 

robbieduncan

Moderator emeritus
Jul 24, 2002
25,611
893
Harrogate
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.