toggle menu
plotly-kt
0.7.1.1
common
switch theme
search in API
plotlykt-geo
/
space.kscience.plotly.models.geo.json
/
GeoJsonFeatureCollection
Geo
Json
Feature
Collection
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
val
json
:
JsonObject
type
Link copied to clipboard
val
type
:
String
Functions
iterator
Link copied to clipboard
open
operator override
fun
iterator
(
)
:
Iterator
<
GeoJsonFeature
>