PhotonProperty

data class PhotonProperty(name: String?, street: String?, housenumber: String?, postcode: String?, state: String?, country: String?, countrycode: String?, osm_key: String?, osm_value: String?)

Properties

country
Link copied to clipboard
@SerializedName(value = "country")
var country: String?
countrycode
Link copied to clipboard
@SerializedName(value = "countrycode")
var countrycode: String?
housenumber
Link copied to clipboard
@SerializedName(value = "housenumber")
var housenumber: String?
name
Link copied to clipboard
@SerializedName(value = "name")
var name: String?
osm_key
Link copied to clipboard
@SerializedName(value = "osm_key")
var osm_key: String?
osm_value
Link copied to clipboard
@SerializedName(value = "osm_value")
var osm_value: String?
postcode
Link copied to clipboard
@SerializedName(value = "postcode")
var postcode: String?
state
Link copied to clipboard
@SerializedName(value = "state")
var state: String?
street
Link copied to clipboard
@SerializedName(value = "street")
var street: String?