I have mapkit view, how i can convert latitude and longitude to screen coordinates?
+2
A:
Use this method on your MKMapView object:
- (CGPoint)convertCoordinate:(CLLocationCoordinate2D)coordinate toPointToView:(UIView *)view
ordord00
2009-12-07 19:23:06
A:
can i know in simple words ..how can i convert geo coords to screen coords plsss..needed for my college proj
neha
2010-02-12 11:03:57
Use answer above it, luke !
Sergey Zenchenko
2010-02-12 11:49:20