We are working on an app that requires an animation overtop of a map. this is a challenge because the map is a dynamic element and there are obvious limitations to the watch. Does anyone know a way to programatically take a snapshot of the mapview. I figure if we take the screenshot and then create an animation on the phone pushed to the watch this might solve this problem. Open to any other ideas. Thank you!
Asked
Active
Viewed 179 times
1 Answers
0
If you use something other than Apple's mapview
you can draw the map yourself and then draw animations over it. Here is an example of where I do this Is it possible to position views on top of each other (the animations in this example transferred too slowly over bluetooth and so I turned them off for the final product). You could look at using something like MapBox (www.mapbox.com) to get map tiles and draw them.

Community
- 1
- 1

Stephen Johnson
- 5,293
- 1
- 23
- 37
-
Thanks Stephen. We will give this a shot! – Two Tall Totems May 23 '15 at 04:29