ORS Android Client
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
ORS Android Client
ORS Android Client
/
org.nitri.ors.domain.geocode
/
GeocodeSearchResponse
Geocode
Search
Response
@
Serializable
data
class
GeocodeSearchResponse
(
val
geocoding
:
Geocoding
?
=
null
,
val
type
:
String
?
=
null
,
val
features
:
List
<
GeocodeFeature
>
=
emptyList()
,
val
bbox
:
List
<
Double
>
?
=
null
,
val
errors
:
List
<
String
>
?
=
null
,
val
warnings
:
List
<
String
>
?
=
null
,
val
engine
:
Engine
?
=
null
,
val
timestamp
:
Long
?
=
null
)
Members
Constructors
Geocode
Search
Response
Link copied to clipboard
constructor
(
geocoding
:
Geocoding
?
=
null
,
type
:
String
?
=
null
,
features
:
List
<
GeocodeFeature
>
=
emptyList()
,
bbox
:
List
<
Double
>
?
=
null
,
errors
:
List
<
String
>
?
=
null
,
warnings
:
List
<
String
>
?
=
null
,
engine
:
Engine
?
=
null
,
timestamp
:
Long
?
=
null
)
Properties
bbox
Link copied to clipboard
val
bbox
:
List
<
Double
>
?
=
null
engine
Link copied to clipboard
val
engine
:
Engine
?
=
null
errors
Link copied to clipboard
val
errors
:
List
<
String
>
?
=
null
features
Link copied to clipboard
val
features
:
List
<
GeocodeFeature
>
geocoding
Link copied to clipboard
val
geocoding
:
Geocoding
?
=
null
timestamp
Link copied to clipboard
val
timestamp
:
Long
?
=
null
type
Link copied to clipboard
val
type
:
String
?
=
null
warnings
Link copied to clipboard
val
warnings
:
List
<
String
>
?
=
null