DistanceMatrixResponse

class DistanceMatrixResponse

Constructors

Link copied to clipboard
fun DistanceMatrixResponse()

Types

Link copied to clipboard
inner class DistanceMatrixElement
Link copied to clipboard
inner class Row
Link copied to clipboard
inner class TextPair

Functions

Link copied to clipboard
fun toMPDistanceMatrixResponse(): MPDistanceMatrixResponse

Properties

Link copied to clipboard
val destinations: List<String>
Link copied to clipboard
@SerializedName(value = "error_message")
var errorMessage: String? = null
Link copied to clipboard
val origins: List<String>
Link copied to clipboard
@SerializedName(value = "rows")
var rows: MutableList<DistanceMatrixResponse.Row>? = null
Link copied to clipboard
@SerializedName(value = "status")
lateinit var status: String

Any of DistanceMatrixStatus values