toggle menu
plotly-kt
0.7.1.1
common
switch theme
search in API
plotlykt-geo
/
space.kscience.plotly.models.geo.json
/
GeoJsonFeature
Geo
Json
Feature
class
GeoJsonFeature
(
val
json
:
JsonObject
)
:
GeoJson
Members
Constructors
Geo
Json
Feature
Link copied to clipboard
constructor
(
json
:
JsonObject
)
Properties
id
Link copied to clipboard
val
id
:
JsonPrimitive
?
json
Link copied to clipboard
val
json
:
JsonObject
properties
Link copied to clipboard
val
properties
:
JsonObject
?
type
Link copied to clipboard
val
type
:
String
Functions
get
Property
Link copied to clipboard
fun
getProperty
(
propertyName
:
String
)
:
JsonPrimitive
?
get
String
Link copied to clipboard
fun
getString
(
propertyName
:
String
)
:
String
?