Focuses camera on user's current position locking it till user moves it
Starts navigating to a point saved as find my car.
Optional
params: NavigateToCarPayloadStarts navigating to the given POI.
Optional
accessibilityYou can optionally choose the desired AccessibilityMode used to calculate the route.
You can obtain the identifiers of your POIs by retrieving them with SitumPlugin.fetchIndoorPOIsFromBuilding().
Starts navigating to the given coordinates, at the given floor.
Optional
accessibilityYou can optionally choose the desired AccessibilityMode used to calculate the route.
The floorIndetifier of the destination point.
The latitude of the destination point.
The longitude of the destination point.
Optional
navigationYou can optionally set the name of the destination to be displayed on the MapView.
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.
Optional
options: 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().
Stops focusing camera on user's current position
Generated using TypeDoc
Cancels the current navigation, if any.