views:

592

answers:

2

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
A: 

can i know in simple words ..how can i convert geo coords to screen coords plsss..needed for my college proj

neha
Use answer above it, luke !
Sergey Zenchenko