startRouteTotalActivity

fun startRouteTotalActivity(context: Context)

Displays the entire route screen.

This function shows the full route UI implemented within the SDK, based on the specified context.

Note: A route search must be performed in advance via NaviController. If a search has not been performed and there is no internal route data, the entire route screen will not be displayed correctly.

This is typically called after setting a destination and starting a route search, when you want to check the entire route.

Parameters

context

The Context to launch the entire route screen.