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
Post a Comment