VMWayfindingVMDParserService

open class VMWayfindingVMDParserService : VMDParserService

Service for helper methods used for parsing vmds for wayfinding

Since

2.0

Public Methods

  • This method is called anytime the base class merges two units together into one usually for fixtures and amenities. This hook allows to override and handle wayfinding-specific changes that need to happen when units are merged to make sure their waypoint nodes are also combined.

    Declaration

    Swift

    override public func onUnitMerged(_ unit: VMMapUnit, _ subUnit: VMMapUnit)