@PublicPreview("2021.06") data class ReachableRangeArea : Serializable
Represents the reachable area.
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.
ReachableRangeArea(center: LatLng, boundary: List<LatLng>, report: Report?)
Represents the reachable area. |
val boundary: List<LatLng>
List of coordinates that can be reached from the center within the given constraints. |
|
val center: LatLng
The result of map-matching the point of origin supplied in the ReachableRangeSpecification. |
|
val report: Report?
The report containing effective settings. |