sdk-routing / com.tomtom.online.sdk.routing.reachablerange / ReachableRangeArea

ReachableRangeArea

@PublicPreview("2021.06") data class ReachableRangeArea : Serializable

Represents the reachable area.

Parameters

center - The result of map-matching the point of origin supplied in the ReachableRangeSpecification.

boundary - List of coordinates that can be reached from the center within the given constraints.

report - The report containing effective settings.

Constructors

<init>

ReachableRangeArea(center: LatLng, boundary: List<LatLng>, report: Report?)

Represents the reachable area.

Properties

boundary

val boundary: List<LatLng>

List of coordinates that can be reached from the center within the given constraints.

center

val center: LatLng

The result of map-matching the point of origin supplied in the ReachableRangeSpecification.

report

val report: Report?

The report containing effective settings.