IsolineAllowOptions

Special road types or features that should be considered available for routing. For example, this attribute can be used to allow the use of HOV (high-occupancy vehicle) or HOT (high-occupancy toll) lanes, even if they would otherwise not be.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val hot: Boolean?

When true, allows the use of HOT (high-occupancy toll) lanes, which may affect travel times and reachable areas.

Link copied to clipboard
val hov: Boolean?

When true, allows the use of HOV (high-occupancy vehicle) lanes, which may affect travel times and reachable areas.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String