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.snap
/
SnapGeoJsonResponse
Snap
Geo
Json
Response
@
Serializable
data
class
SnapGeoJsonResponse
(
val
type
:
String
,
val
features
:
List
<
SnapFeature
>
,
val
metadata
:
Metadata
,
val
bbox
:
List
<
Double
>
?
=
null
)
Snap response in GeoJSON format
Members
Constructors
Snap
Geo
Json
Response
Link copied to clipboard
constructor
(
type
:
String
,
features
:
List
<
SnapFeature
>
,
metadata
:
Metadata
,
bbox
:
List
<
Double
>
?
=
null
)
Properties
bbox
Link copied to clipboard
val
bbox
:
List
<
Double
>
?
=
null
features
Link copied to clipboard
val
features
:
List
<
SnapFeature
>
metadata
Link copied to clipboard
val
metadata
:
Metadata
type
Link copied to clipboard
val
type
:
String