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
/
GeocodeFeature
Geocode
Feature
@
Serializable
data
class
GeocodeFeature
(
val
type
:
String
?
=
null
,
val
geometry
:
GeocodeGeometry
?
=
null
,
val
properties
:
GeocodeProperties
?
=
null
,
val
bbox
:
List
<
Double
>
?
=
null
)
Members
Constructors
Geocode
Feature
Link copied to clipboard
constructor
(
type
:
String
?
=
null
,
geometry
:
GeocodeGeometry
?
=
null
,
properties
:
GeocodeProperties
?
=
null
,
bbox
:
List
<
Double
>
?
=
null
)
Properties
bbox
Link copied to clipboard
val
bbox
:
List
<
Double
>
?
=
null
geometry
Link copied to clipboard
val
geometry
:
GeocodeGeometry
?
=
null
properties
Link copied to clipboard
val
properties
:
GeocodeProperties
?
=
null
type
Link copied to clipboard
val
type
:
String
?
=
null