toggle menu
maps-kt
0.3.1-dev
common
switch theme
search in API
maps-kt-geojson
/
space.kscience.maps.geojson
/
GeoJsonFeature
Geo
Json
Feature
@
JvmInline
value
class
GeoJsonFeature
(
val
json
:
JsonObject
)
:
GeoJson
Members
Members & Extensions
Constructors
Geo
Json
Feature
Link copied to clipboard
constructor
(
json
:
JsonObject
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
geometry
Link copied to clipboard
val
geometry
:
GeoJsonGeometry
?
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
get
Property
Link copied to clipboard
fun
GeoJsonFeature
.
getProperty
(
key
:
String
)
:
JsonElement
?