ItinerarySearchRules

@Serializable
data class ItinerarySearchRules(val ruleNames: List<String> = emptyList()) : CompactStringConvertible

Represents the rules to apply when searching for itineraries.

To obtain a predefined set of rules for particular map, use com.getwemap.sdk.core.internal.model.ItineraryProviderImpl.ruleNames or DirectionsService.ruleNames

Parameters

ruleNames

The names of the rules to apply when searching for itineraries.

Constructors

Link copied to clipboard
constructor(ruleNames: List<String> = emptyList())

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

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

Returns a compact, human-readable representation of this value.