I am creating a map with custom image for annotation, I want an image from my map object. Is it possible?
Asked
Active
Viewed 148 times
1 Answers
0
Assuming you are using WKInterfaceMap
it is not possible to get the map image (at least not that I know of). You can create a map image locally in your map extension and then set that image on a WKInterfaceImage
or WKInterfaceGroup
. I am not sure what would be involved in creating a map image with MapKit. I create map images from tiles for use in my app and set it as the background on a WKInterfaceGroup
to create a UI that looks like this Is it possible to position views on top of each other.

Community
- 1
- 1

Stephen Johnson
- 5,293
- 1
- 23
- 37