PACECloudSDK
/
cloud.pace.sdk.poikit.search
/
PhotonProperty
Photon
Property
data class
PhotonProperty
(name:
String
?, street:
String
?, housenumber:
String
?, postcode:
String
?, state:
String
?, country:
String
?, countrycode:
String
?, osm_key:
String
?, osm_value:
String
?)
Content copied to clipboard
Properties
Properties
country
Link copied to clipboard
@
SerializedName
(
value =
"country"
)
var
country
:
String
?
Content copied to clipboard
countrycode
Link copied to clipboard
@
SerializedName
(
value =
"countrycode"
)
var
countrycode
:
String
?
Content copied to clipboard
housenumber
Link copied to clipboard
@
SerializedName
(
value =
"housenumber"
)
var
housenumber
:
String
?
Content copied to clipboard
name
Link copied to clipboard
@
SerializedName
(
value =
"name"
)
var
name
:
String
?
Content copied to clipboard
osm_key
Link copied to clipboard
@
SerializedName
(
value =
"osm_key"
)
var
osm_key
:
String
?
Content copied to clipboard
osm_value
Link copied to clipboard
@
SerializedName
(
value =
"osm_value"
)
var
osm_value
:
String
?
Content copied to clipboard
postcode
Link copied to clipboard
@
SerializedName
(
value =
"postcode"
)
var
postcode
:
String
?
Content copied to clipboard
state
Link copied to clipboard
@
SerializedName
(
value =
"state"
)
var
state
:
String
?
Content copied to clipboard
street
Link copied to clipboard
@
SerializedName
(
value =
"street"
)
var
street
:
String
?
Content copied to clipboard