RoutingConstraints

Wrapper for EngineRoutingConstraints, carrying the active access level that constrains route generation.

Use Builder to create an instance.

Types

Link copied to clipboard
class Builder

Builder for constructing RoutingConstraints instances.

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The access level of the user (optional). Empty ("") means the property default (no opinion).

Functions

Link copied to clipboard
fun getCoreEngine(): RoutingConstraints

Returns the underlying engine EngineRoutingConstraints for JNI interop.

Link copied to clipboard
fun getCpp(): RoutingConstraints
Link copied to clipboard
fun getEngine(): RoutingConstraints
Link copied to clipboard
open override fun toString(): String