Hello,
I'm trying to implement a map on watches as venu or vivoactive. Today, I just made a long/lat map but how to implement something like what it's possible with CMapView()?
Thanks for your help
Sylvain
Hello,
I'm trying to implement a map on watches as venu or vivoactive. Today, I just made a long/lat map but how to implement something like what it's possible with CMapView()?
Thanks for your help
Sylvain
Some of the forerunner and Fenix devices have on board maps, but venu and vivoactive devices don't.
You can draw your own breadcrumb trail or use makeImageRequest to pull down map tiles from someplace, but not sure exactly where. Maybe Google or OSM.
Thanks, I will investigate