class MatrixRoutingResultKey
A class which is used as a key in a map of matrix routing response results.
MatrixRoutingResultKey(origin: LatLng!, destination: LatLng!)
A constructor that creates an instance of MatrixRoutingResultKey and assigns origin and destination coordinates to proper fields. |
fun equals(other: Any?): Boolean |
|
fun getDestination(): LatLng!
A getter of the destination requested in matrix routing. |
|
fun getOrigin(): LatLng!
A getter of origin requested in matrix routing. |
|
fun hashCode(): Int |
|
fun toString(): String |