I’m trying to map a specific point in the mapview to my view. I am using the following code, but it returns some really high and wrong numbers.
CGPoint annPoint = [self.mapView convertCoordinate:coord toPointToView:self.view];
Does anyone can help me?
I found the error. The mapview should be loaded (completly?) before i can call the convertion method.