DirectionsStepInstruction

data class DirectionsStepInstruction(val summary: String, val instructionType: String)

Constructors

Link copied to clipboard
constructor(summary: String, instructionType: String)

Properties

Link copied to clipboard
@SerializedName(value = "instruction_type")
val instructionType: String
Link copied to clipboard