NaviController
A singleton object that serves as the entry point for using all features of the KMP SDK.
All core functions, from SDK initialization to search, routing, and guidance, must be called through NaviController.
Functions
Adds a map icon (marker) at the specified location.
Performs the overall initialization of the SDK.
Cancels the ongoing route guidance.
Forcibly sets the visibility state of a specific UI component.
Gets the currently set total vehicle height option value.
Gets the currently set total vehicle Length option value.
Gets the currently set total vehicle weight option value.
Returns the current position.
Returns the current map view mode.
Gets whether log driving is enabled.
Initializes the Orbis SDK engine based on TomTom.
A function to check if a BottomViewListener is registered from a 3rd party app.
A function to set an event from the BottomViewModel.
Removes a marker added to the map using its identifier (markerId).
Removes all markers added to the map at once.
A function to remove the interface registered by the 3rd party app in order to operate the features provided by the BottomView.
Calls the Geocoding API for the requested address to get location information.
Calls the ReverseGeocoding API for the requested coordinates to get address information.
Starts guidance for a calculated route.
Runs a route calculation.
POI Search
Total vehicel height setting Unit: Meter
Total vehicel length setting Unit: Meter
Total vehicel weight setting (including cargo) Unit: Ton
Sets the map click event listener.
Enables or disables the map rotation gesture.
Sets the map zoom level.
Sets the map mode listener.
Sets an event listener that is called when the map is moved.
Sets the padding for the map view.
Moves the map's position based on the specified coordinates.
Changes the route line color.
Sets the desired map theme (Automatic, Day, Night).
Sets the map view mode.
When registering a BottomViewEvent, you can override the default behavior and replace it with a custom action from the 3rd party app.
Sets the search item for routing.