ItinerarySearchRules

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

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.ItineraryProvider.ruleNames or com.getwemap.sdk.core.model.services.IItineraryService.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 toStringCompact(): String