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

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

Android soft keyboard reverts to default keyboard on orientation change -

Rendering JButton to get the JCheckBox behavior in a JTable by using images does not update my table -