iphone - Drawing Polyline on an ios Mapview -


in xamarin ios app have draw path user walks,

i planning drawing polyline map view fetching lattitude & longitude cclocationmanager, have deal n number of lattitude & longitude in case,

is there simple approach this? in our scenario won't knowing destination , user start run point , have track path on map drawing line, how this?

a possible solution save current last known position, represents endpoint of polyline. on location change use starting point next polyline. way draw route multiple polylines piece piece.


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -