Package-level declarations

Functions

Link copied to clipboard
fun buildRoutePlanningOptions(itinerary: Itinerary, @IntRange(from = 0, to = 2) maxAlternatives: Int = 0, routeType: RouteType = RouteType.Fast, avoids: Set<AvoidType> = emptySet(), language: Locale = Locale.ENGLISH, instructionPhoneticsType: InstructionPhoneticsType = InstructionPhoneticsType.Ipa): RoutePlanningOptions

Creates options for planning routes which are passed to one of the various route planners.