TollCollectionLocation

data class TollCollectionLocation(val location: LatLng, val name: String)

Constructors

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

Properties

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