Interface used by MapsIndoors to communicate with floor selector UIs.

Export

MPFloorSelectorInterface

Hierarchy

  • MPFloorSelectorInterface

Methods

  • Whether to allow the floor to automatically change, eg. when panning to a new building that does not have the current floor.

    Returns boolean

  • Invoked when a floor has been selected programmatically by index.

    Parameters

    • floorIndex: number

    Returns void

  • Show/Hide the floor selector, this is called when a building comes into/out of view.

    Parameters

    • show: boolean
    • animated: boolean

    Returns void

Generated using TypeDoc