VMWayfindingMapUnit

@objcMembers
open class VMWayfindingMapUnit : VMMSMapUnit

Map unit with wayfinding data added

Since

1.4

Public Properties

Initializers

  • Create a new map unit

    Declaration

    Swift

    public override init(uid: String)

    Parameters

    uid

    The id of the map unit

Public Methods

  • Add a wayfinding node to this map unit

    Declaration

    Swift

    public func addWayfindingNode(_ waypoint: VMMSWaypoint)

    Parameters

    waypoint

    the waypoint to add