0

I spent the evening trying to get a simple UIImage on a map. I seen 2 Apple samples and one on github but they seem overly complex (one uses the Three20 network) and 2 out of 3 dont work in xcode 4. Also one uses a bin file as its source.

Has anyone got a simple demo of a single image placed on a map. I been looking at MKOverlay and MKOverlayView.

I been trying to follow iPhone MapKit: Custom MKPolygonView with image draws upside down

Community
  • 1
  • 1
Burf2000
  • 5,001
  • 14
  • 58
  • 117

1 Answers1

2

I'd use a traditional MKAnnotationView and set the image property. This is the right approach if the image should not be scaled when the mapView is scaled.

Ortwin Gentz
  • 52,648
  • 24
  • 135
  • 213