CustomMapInfo

open class CustomMapInfo

Class that contains custom info that can be used when creating turn by turn directions and auto-labeling waypoints.

Constructors

Link copied to clipboard
constructor()
Constructor.

Functions

Link copied to clipboard
Addes a new path metadata object
Link copied to clipboard
open fun load(file: VMDFile, map: Map): CustomMapInfo
open fun load(file: VMDFile, map: Map, options: WaypointLabelOptions): CustomMapInfo
Loads a json file that contains custom map info.
Link copied to clipboard
open fun metadataForSegment(startId: String, endId: String): PathMetadata
Retrieves the metadata associated with two waypoints.