sdk-routing / com.tomtom.online.sdk.data.reachablerange / ReachableRangeResult

ReachableRangeResult

open class ReachableRangeResult

A class which corresponds to the result of a reachable range Response. This class contains the coordinates of a center point and an array of coordinates that can be reached from a center point.

Constructors

<init>

ReachableRangeResult()

Empty constructor for the ReachableRangeResult

ReachableRangeResult(center: LatLng!, boundary: Array<LatLng!>!)

Default constructor for the ReachableRangeResult.

Properties

boundary

var boundary: Array<LatLng!>!

center

var center: LatLng!

Functions

getBoundary

open fun getBoundary(): Array<LatLng!>!

An array of coordinates that can be reached from the center (@see #getCenter()) within the given constraints.

getCenter

open fun getCenter(): LatLng!

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