Map Overlay Renderer
Types
Link copied to clipboard
Link copied to clipboard
data class TrackRenderData(var polyline: Polyline, var overlay: CustomSimpleFastPointOverlay?, val indexMap: MutableMap<Double, Int>, val reverseIndexMap: MutableMap<Int, Double> = mutableMapOf())
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Display full track (e.g. after import)
Link copied to clipboard
TODO For already in polylines
Display full track (e.g. after import) Create UI track from scratch
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
When user moves point, renderer listens for move notification. (Called by CustomSimpleFastPointOverlay)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Pure map settings