Distance

data class Distance(val budget: Distance) : Budget

A distance budget.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

budget

The maximum distance that may be travelled.

Constructors

Link copied to clipboard
fun Distance(budget: Distance)

Properties

Link copied to clipboard