NavigationOptions

class NavigationOptions(val activeRoutePlan: RoutePlan)

Defines parameters required to start a navigation session.

To specify navigation options, first plan a Route using RoutePlanner and RoutePlanningOptions, then create a RoutePlan.

For more information on a navigation session, see TomTomNavigation.start and TomTomNavigation.stop.

Parameters

activeRoutePlan

Currently active RoutePlan.

Constructors

Link copied to clipboard
constructor(activeRoutePlan: RoutePlan)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Checks if this NavigationOptions object is equal to another object.

Link copied to clipboard
open override fun hashCode(): Int

Generates a hash code for this NavigationOptions object.

Link copied to clipboard
open override fun toString(): String

Returns a string representation of the NavigationOptions object.