RouteSearchOptionsProvider

Provider interface for creating route search options for different transport modes. Each method has a default implementation that can be overridden to customize routing behavior for specific transport modes.

Inheritors

Functions

Link copied to clipboard
open fun bicycleRouteSearchOptions(): BicycleRouteSearchOptions

Provides bicycle route search options.

Link copied to clipboard
open fun carRouteSearchOptions(): CarRouteSearchOptions

Provides car route search options.

Link copied to clipboard
open fun motorcycleRouteSearchOptions(): MotorcycleRouteSearchOptions

Provides motorcycle route search options.

Link copied to clipboard
open fun pedestrianRouteSearchOptions(): PedestrianRouteSearchOptions

Provides pedestrian route search options.

Link copied to clipboard
open fun publicTransportRouteSearchOptions(): PublicTransportRouteSearchOptions

Provides public transport route search options.

Link copied to clipboard
open fun scooterRouteSearchOptions(): ScooterRouteSearchOptions

Provides scooter route search options.

Link copied to clipboard
open fun taxiRouteSearchOptions(): TaxiRouteSearchOptions

Provides taxi route search options. By default, uses the same options as car routing.

Link copied to clipboard
open fun truckRouteSearchOptions(): TruckRouteSearchOptions

Provides truck route search options. By default, uses the same options as car routing.