You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered a problem in the MacMapKit MKOverlayView.
According to the Apple Documentation one can override
-(void)drawMapRect:(MKMapRect)mapRect zoomScale:(MKZoomScale)zoomScale inContext:(CGContextRef)context
and draw an image or something like that on the overlay.
I'd love to implement this feature in my own app, but I'm unable to since this method seems not to be called at all.
Hi,
I encountered a problem in the MacMapKit MKOverlayView.
According to the Apple Documentation one can override
-(void)drawMapRect:(MKMapRect)mapRect zoomScale:(MKZoomScale)zoomScale inContext:(CGContextRef)context
and draw an image or something like that on the overlay.
I'd love to implement this feature in my own app, but I'm unable to since this method seems not to be called at all.
Apple Example Application:
http://developer.apple.com/library/ios/#samplecode/HazardMap/Listings/Classes_HazardMapView_m.html#//apple_ref/doc/uid/DTS40010049-Classes_HazardMapView_m-DontLinkElementID_8
The text was updated successfully, but these errors were encountered: