MPDistanceMatrixResponse

Constructors

Link copied to clipboard
open fun MPDistanceMatrixResponse(@NonNull destinations: List<String>, @NonNull origins: List<String>, @NonNull status: String, @Nullable errorMessage: String)

Types

Link copied to clipboard
Link copied to clipboard
open class Row
Link copied to clipboard
open class TextPair

Functions

Properties

Link copied to clipboard
@SerializedName(value = "error_message")
open val errorMessage: String
Link copied to clipboard
@SerializedName(value = "rows")
@get:NonNull
open val rows: List<MPDistanceMatrixResponse.Row>
Link copied to clipboard
@SerializedName(value = "status")
open val status: String