I had a similar problem - in my case I was confusing Coordinates (lat/long points on a globe) and MKMapPoints (2d xy points on a map). I'm not sure if that's the same problem you're having, but it's the first thing I'd check. The delegate won't get called if it doesn't think it's in the visible region of the map
you can convert between them with MKMapPointForCoordinate & MKCoordinateForMapPoint https://developer.apple.com/library/ios/#documentation/MapKit/Reference/MapKitDataTypesReference/Reference/reference.html On Sat, Feb 4, 2012 at 3:47 PM, Bobby Johnson <[email protected]>wrote: > I have the following UIViewController implementation: > https://gist.github.com/1740272 > > The MapViewDelegate never gets called to resolve the view for the single > annotation I am adding. I am not sure why. Anyone have suggestions? > > -- > "The explanation requiring the fewest assumptions is most likely to be > correct." > > - Occam’s Razor > http://en.wikipedia.org/wiki/Occam's_Razor > > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch > >
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
