TransitPlace

data class TransitPlace(val name: String?, val type: String, val location: LatLng)

Constructors

Link copied to clipboard
constructor(name: String?, type: String, location: LatLng)

Properties

Link copied to clipboard
@SerializedName(value = "location")
val location: LatLng
Link copied to clipboard
@SerializedName(value = "name")
val name: String?
Link copied to clipboard
@SerializedName(value = "type")
val type: String