Map View Controller
Controller for MapView. This class provides methods to interact with the map and handle events triggered by it.
Functions
For internal use only.
Starts navigation to a destination that meets the restrictions defined in the given filter. The user location must be available.
Starts navigating to the given POI.
Starts navigating to the given POI. You can optionally choose the desired AccessibilityMode used to calculate the route.
Starts navigating to the given coordinates, at the given floor.
Starts navigating to the given coordinates, at the given floor. You can optionally choose the desired AccessibilityMode used to calculate the route. You can also set the name of the destination to be displayed on the MapView.
Callback invoked when the user clicks on a link in the MapView that leads to a website different from the MapView's domain. If this callback is not set, the link will be opened in the system's default browser by default.
Get notified when the selected POI is deselected.
Get notified when a POI is selected.
Performs a search with the given SearchFilter.
When this is called all the subsequent routes calculated by the MapView will use this options.
Sets the UI language based on the given ISO 639-1 code. Checkout the Situm docs to see the list of supported languages.