startTripSession

abstract fun startTripSession(): Result<Unit>

Starts listening for location updates and enters an Active Guidance state if there's a primary route available or a Free Drive state otherwise.

Starting a session can have an impact on your usage costs. Refer to the pricing documentation to learn more. Returns a Result. If the result is success, the session has been started successfully.