DistanceMatrixResponse
class DistanceMatrixResponse( var code: String = "", var durations: ArrayList<ArrayList<Double>> = arrayListOf(), var distances: ArrayList<ArrayList<Double>> = arrayListOf(), var destinations: ArrayList<Destinations> = arrayListOf(), var sources: ArrayList<Sources> = arrayListOf())
Content copied to clipboard
Constructors
Functions
Properties
Link copied to clipboard
@SerializedName(value = "destinations")
Content copied to clipboard