Internal - Documentation will follow.

MapControl

Methods

  • Add a listener object to catch floor changes made by either the user or the positioning service.

    Parameters

    Returns void

  • Uses a camera update to animate the camera.

    Parameters

    • update: MPCameraUpdate

      How to update the camera.

    • Optionalduration: number

      how long the animation should take in ms.

    Returns Promise<void>

  • Invoke this method to restore the map to its default state (POIs shown based on their display rules, etc.).

    Returns Promise<void>

  • Returns Promise<void>

  • Call this to deselect a location previously selected with (MPLocation, MPSelectionBehavior).

    Returns Promise<void>

  • Disables live data for a specific domainType.

    Parameters

    • domainType: string

    Returns Promise<void>

  • Enables live data on a specific domain and uses MapsIndoors standard graphic implementation.

    Uses a domainType string, use LiveDataDomainTypes to get supported strings.

    Parameters

    Returns Promise<void>

  • Get the selection mode for buildings.

    Returns Promise<MPSelectionMode>

  • Get the currently selected building, if there is any.

    Returns Promise<MPBuilding>

    The current building, if any is selected.

  • Returns the current MPFloor of the current MPBuilding in focus.

    Returns Promise<MPFloor>

  • Get the zoom level that MapsIndoors is currently using for displaying icons on the map.

    Returns Promise<number>

  • Get the currently selected venue, if there is any.

    Returns Promise<MPVenue>

    The current venue, if any is selected.

  • Get features that are hidden on the map.

    Returns Promise<MPFeatureType[]>

  • Gets the current map style of MapsIndoors tiles.

    Returns Promise<MPMapStyle>

  • Gets the Map View bottom padding.

    Returns Promise<number>

  • Gets the Map View bottom padding.

    Returns Promise<number>

  • Gets the Map View bottom padding.

    Returns Promise<number>

  • Gets the Map View bottom padding.

    Returns Promise<number>

  • Shows or hides the MPFloorSelectorInterface, i.e. hiding the View from MapControl.

    MapControl will still receive relevant events on floor updates, building change etc.

    The Interface will also receive the events, making it possible to show/hide in real time, without refreshing the map.

    Parameters

    • hide: boolean

    Returns Promise<void>

  • Returns the visibility state of the currently used MPFloorSelectorInterface.

    Returns Promise<boolean>

  • Returns the current visibility state of the user location icon (blue dot).

    Returns Promise<boolean>

  • Uses a camera update to move the camera instantly.

    Parameters

    Returns Promise<void>

  • Select a building, optionally move the camera to the given building.

    Parameters

    • building: MPBuilding
    • moveCamera: boolean

      Whether to move the camera such that it shows the selected building

    Returns Promise<void>

    When the selection (and possible camera animation) has completed

  • Sets the current visible floor to the given floorIndex one.

    For floor names/z-index pairs check the value returned by MPBuilding.floors

    Parameters

    • floorIndex: number

    Returns Promise<void>

  • Select a venue, optionally move the camera to the given venue.

    Parameters

    • venue: MPVenue
    • moveCamera: boolean

      Whether to move the camera such that it shows the selected venue

    Returns Promise<void>

    When the selection (and possible camera animation) has completed

  • Set the selection mode for buildings.

    Parameters

    Returns Promise<void>

  • Use this method to display temporary locations, not points of interests location. Use [clearFilter()] to exit this state.

    Parameters

    • locations: MPLocation[]

      A list of locations to display.

    • filterBehavior: MPFilterBehavior

      How the map should show the applied filter.

    Returns Promise<boolean>

    True if any locations are available.

  • Use this method to display temporary locations, not points of interests location. Use [clearFilter()] to exit this state.

    Parameters

    Returns Promise<boolean>

    True if any locations are available.

  • Set the selection mode for floors.

    Parameters

    Returns Promise<void>

  • Set features to hide on the map.

    Parameters

    Returns Promise<void>

  • Use this method to highlight a list of locations. Use [clearHighlight()] to exit this state.

    Parameters

    Returns Promise<void>

  • Set options for location labels

    Parameters

    • OptionaltextSize: number

      if undefined keeps the current textsize

    • Optionalcolor: String

      if undefined keeps the current color

    • OptionalshowHalo: boolean

      default false

    Returns Promise<void>

  • Sets padding on the map.

    Parameters

    • start: number
    • top: number
    • end: number
    • bottom: number

    Returns Promise<void>

  • Sets the map style for MapsIndoors tiles.

    Parameters

    Returns Promise<void>

  • Set a location selection listener, invoked when a location is selected, either by tapping on it, or programmatically with selectLocation.

    Parameters

    Returns void

  • Set a listener for when the map has been tapped.

    Parameters

    • Optionallistener: OnMapClickListener

      Call with undefined to remove the listener.

    • OptionalconsumeEvent: boolean

      Whether the SDK should also react to this event.

    Returns void

  • Set a marker click event listener, invoked when a marker is clicked.

    Parameters

    • Optionallistener: OnMarkerClickListener
    • OptionalconsumeEvent: boolean

      Whether the SDK should also react to this event.

    Returns void

  • Enables/disables the info window on user-selected locations.

    The info window is shown by default when the user selects a location (by tapping on it)

    Parameters

    • show: boolean

    Returns Promise<void>

  • Renders the positioning blue dot at the last known user position on the map.

    Parameters

    • show: boolean

    Returns Promise<void>

  • Create a new MapControl instance.

    Note that new MapControl instances will only be created when/if the MapsIndoors SDK has initialized successfully.

    This method will wait until this condition has been met.

    Parameters

    • config: MPMapConfig

      A configuration object that handles setting multiple options for MapControl.

    • nativeEventEmitter: any

      An event emitter needed to communicate with the native SDKs.

    Returns Promise<MapControl>

    A ready to use MapControl instace.

MMNEPVFCICPMFPCPTTAAATR