InternalCancels the current navigation, if any.
Deselects any selected POI in the MapView's UI.
Focuses camera on user's current position locking it till user moves it
Starts navigating to a point saved as find my car.
Starts navigating to the given POI.
Starts navigating to the given coordinates, at the given floor.
InternalonInternal callback invoked with every MapView message.
Performs a search with the given SearchFilter.
This action will have the same effect as the user searching in the searchbar.
Selects a point saved as Find My Car on the map.
To use it, the feature 'Find My Car' must be enabled.
Selects the given floor by its ID and optionally fit the ViewPort to floor.
Floor identifier [SitumPlugin.fetchFloorsFromBuilding()](https://developers.situm.com/sdk_documentation/react-native/typedoc/classes/fetchFloorsFromBuilding.html.
Optionaloptions: CartographySelectionOptionsOptional parameter that indicates the viewer to modify the selection behaviour like fitting the camera to the cartograpgic element selected.
Selects the given POI in the map.
You can obtain the identifiers of your POIs by retrieving them with SitumPlugin.fetchIndoorPOIsFromBuilding().
Selects the given POI category and displays the list of POIs that belong to the given category. Also, the POIs that do not belong to this category will be hidden in the map.
You can obtain the identifiers of your POI categories by retrieving them with SitumPlugin.fetchPoiCategories().
Define the MapViewDirectionsOptions that the routes calculated by the MapView will use.
Sets the list of favoritePois that will appear in the mapView. This method removes any previous pois from the favorite list.
Ids of the pois you want to set as favorites. You can obtain the identifiers of your POIs by retrieving them with SitumPlugin.fetchIndoorPOIsFromBuilding().
Sets the live location sharing session to be displayed on the mapView.
When enabled in the Map Viewer Configuration Settings, Share Live Location allows a user to share their real-time location with another user.
The sharing user receives a link that can be sent to their friends. If deep linking is correctly configured, the receiving user can open the link and see the shared location in their own app.
The deep link includes a parameter called shared_session_id, which must be
passed to this method so the mapView can display the sender’s location.
For more information check Situm Documentation
Stops focusing camera on user's current position
For internal use only.