Maps and Navigation SDK
1.21.0
androidJvm
com.tomtom.sdk.geojson:geojson
/
com.tomtom.sdk.geojson.feature
/
FeatureCollection
Feature
Collection
data
class
FeatureCollection
(
val
features
:
List
<
Feature
>
=
emptyList()
,
val
boundingBox
:
GeoBoundingBox
?
=
null
)
:
GeoJsonObject
Represents a collection of
Feature
s.
Members
Constructors
Feature
Collection
Link copied to clipboard
constructor
(
features
:
List
<
Feature
>
=
emptyList()
,
boundingBox
:
GeoBoundingBox
?
=
null
)
Properties
bounding
Box
Link copied to clipboard
open
override
val
boundingBox
:
GeoBoundingBox
?
=
null
Bounding box
of the
GeoJsonObject
.
features
Link copied to clipboard
val
features
:
List
<
Feature
>
List of
Feature
s.