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
  • 4,683
  • 12
  • 53
  • 106

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
  • 50,501
  • 24
  • 131
  • 209