VMDParserDelegate
@objc
public protocol VMDParserDelegate
Delegate for vmd parsing callbacks
Since
1.4-
Called when the VMD file is done loading SUCCESSFULLY
Declaration
Swift
@objc optional func didFinishLoadingVenueMapData(_ vmd: VMMSMap)
Parameters
vmd
a VMMSMap object
-
Called when the VMD file FAILS to load
Declaration
Swift
@objc optional func didFailToLoadVenueMapData(error: Error?)
Parameters
error
The exception that was raised