How to use createRouteFromTrackElement () in Skmap

I have a few queries regarding a custom Navigation route. I have the coordinates of the list from source to destination, but the first parameter to the method is SKTrackElement. how can we pass this element to methods

+4
source share
1 answer

The official documentation tells you how to calculate and display a route from coordinates

+2
source

All Articles