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.
ReachableRangeResult()
Empty constructor for the ReachableRangeResult(center: LatLng!, boundary: Array<LatLng!>!)
Default constructor for the |
var boundary: Array<LatLng!>! |
|
var center: LatLng! |
open fun getBoundary(): Array<LatLng!>!
An array of coordinates that can be reached from the center (@see #getCenter()) within the given constraints. |
|
open fun getCenter(): LatLng!
The result of map-matching the point of origin supplied in the Request. |