load

open fun load(file: VMDFile, map: Map): CustomMapInfo

Loads a json file that contains custom map info.

Parameters

file

VMD file that contains path and input stream

map

The Map instance that the data will be added to.


open fun load(file: VMDFile, map: Map, options: WaypointLabelOptions): CustomMapInfo

Loads a json file that contains custom map info.

Parameters

file

VMD file that contains path and input stream

map

The Map instance that the data will be added to.

options

The options to use for labeling.