Question

I have mapkit view, how i can convert latitude and longitude to screen coordinates?

Was it helpful?

Solution

Use this method on your MKMapView object:

- (CGPoint)convertCoordinate:(CLLocationCoordinate2D)coordinate toPointToView:(UIView *)view
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top