Android SDK for Indoor Maps
2.0.5
androidJvm
Android SDK for Indoor Maps
/
com.aegir.vmms.vmd
/
MapDelegate
Map
Delegate
interface
MapDelegate
The MapDelegate interface defines the required methods for an object to implement.
Members
Functions
did
Fail
To
Load
Map
With
Error
Link copied to clipboard
abstract
fun
didFailToLoadMapWithError
(
e
:
Exception
)
Called when the VMD file FAILS to load
did
Finish
Loading
Map
Link copied to clipboard
abstract
fun
didFinishLoadingMap
(
map
:
Map
,
customMapInfo
:
CustomMapInfo
)
Called when the VMD file is done loading SUCCESSFULLY