load

open fun load(vmdFileCollection: VMDFileCollection, options: WaypointLabelOptions, excludeWayfinding: Boolean): Map

Loads a vmd file and extracts all necessary data

Parameters

vmdFileCollection

Object that contains all files to be loaded

options

Wayfinding options

excludeWayfinding

Boolean to exclude wayfinding data

Throws

processing exceptions


open fun load(vmdFileCollection: VMDFileCollection, delegate: MapDelegate, options: WaypointLabelOptions, excludeWayfinding: Boolean, callback: VMDCallback)

Loads a vmd file ASYNCHRONOUSLY, extracts all necessary data then performs a callback to the specified delegate

Parameters

vmdFileCollection

Object that contains all files to be loaded

delegate

Delegate to receive callbacks

options

Wayfinding options

excludeWayfinding

Boolean to exclude wayfinding data

callback

The thread that the delegate will be called on


open fun load(vmdFileCollection: VMDFileCollection, excludeWayfinding: Boolean): Map

Loads a vmd file and extracts all necessary data

Parameters

vmdFileCollection

Object that contains all files to be loaded

excludeWayfinding

Boolean to exclude wayfinding data

Throws

processing exceptions


open fun load(vmdFileCollection: VMDFileCollection, delegate: MapDelegate, excludeWayfinding: Boolean, callback: VMDCallback)

Loads a vmd file ASYNCHRONOUSLY, extracts all necessary data then performs a callback to the specified delegate

Parameters

vmdFileCollection

Object that contains all files to be loaded

delegate

Delegate to receive callbacks

excludeWayfinding

Boolean to exclude wayfinding data

callback

The thread that the delegate will be called on


open fun load(vmdFileCollection: VMDFileCollection): Map

Loads a vmd file and extracts all necessary data

Parameters

vmdFileCollection

Object that contains all files to be loaded

Throws

processing exceptions


open fun load(vmdFileCollection: VMDFileCollection, delegate: MapDelegate, callback: VMDCallback)

Loads a vmd file ASYNCHRONOUSLY, extracts all necessary data then performs a callback to the specified delegate

Parameters

vmdFileCollection

Object that contains all files to be loaded

delegate

Delegate to receive callbacks

callback

The thread that the delegate will be called on


open fun load(vmdFileCollection: VMDFileCollection, options: WaypointLabelOptions): Map

Loads a vmd file and extracts all necessary data

Parameters

vmdFileCollection

Object that contains all files to be loaded

options

Wayfinding options

Throws

processing exceptions


open fun load(vmdFileCollection: VMDFileCollection, delegate: MapDelegate, options: WaypointLabelOptions, callback: VMDCallback)

Loads a vmd file ASYNCHRONOUSLY, extracts all necessary data then performs a callback to the specified delegate

Parameters

vmdFileCollection

Object that contains all files to be loaded

delegate

Delegate to receive callbacks

options

Wayfinding options

callback

The thread that the delegate will be called on