displayTrack

fun displayTrack(waypoints: List<SimpleWaypoint>, trackId: Int, color: Int, center: Boolean)

Display full track (e.g. after import) Create UI track from scratch

Parameters

waypoints

List of waypoints to display

trackId

Track id

color

Track color

center

If should center after displaying


fun displayTrack(trackId: Int, color: Int, center: Boolean)

TODO For already in polylines

Display tracks by TrackID NewAddedWaypoint ModifyWaypoint

Parameters

trackId
color
center