toggle menu
maps-kt
0.3.1-dev
common
switch theme
search in API
maps-kt-geojson
/
space.kscience.maps.geojson
/
GeoJsonFeatureCollection
Geo
Json
Feature
Collection
@
JvmInline
value
class
GeoJsonFeatureCollection
(
val
json
:
JsonObject
)
:
GeoJson
,
Iterable
<
GeoJsonFeature
>
Members
Constructors
Geo
Json
Feature
Collection
Link copied to clipboard
constructor
(
json
:
JsonObject
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
features
Link copied to clipboard
val
features
:
List
<
GeoJsonFeature
>
json
Link copied to clipboard
open
override
val
json
:
JsonObject
properties
Link copied to clipboard
val
properties
:
JsonObject
?
type
Link copied to clipboard
open
val
type
:
String
Functions
iterator
Link copied to clipboard
open
operator override
fun
iterator
(
)
:
Iterator
<
GeoJsonFeature
>