RegionsAlongRoute

class RegionsAlongRoute(val radius: Distance = DEFAULT_RADIUS)

Configuration for regions along route updates.

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

Constructors

Link copied to clipboard
constructor(radius: Distance = DEFAULT_RADIUS)

Types

Link copied to clipboard
object Companion

Represents default values for RegionsAlongRoute constructor.

Properties

Link copied to clipboard

Indicates the distance within which regions around the current route would be considered for an update. This should not be a negative value. Defaults to DEFAULT_RADIUS

Functions

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