VMWayfindingMapUnit
@objcMembers
open class VMWayfindingMapUnit : VMMSMapUnit
Map unit with wayfinding data added
Since
1.4-
List of wayfinding nodes associated with this map unit
Declaration
Swift
public var wayfindingNodes: [VMMSWaypoint]
-
Create a new map unit
Declaration
Swift
public override init(uid: String)
Parameters
uid
The id of the map unit
-
Add a wayfinding node to this map unit
Declaration
Swift
public func addWayfindingNode(_ waypoint: VMMSWaypoint)
Parameters
waypoint
the waypoint to add