Properties

data class Properties(val json: String)

A Properties object representing properties in Feature in the World Geodetic System 1984 (WGS 84) or a collection of Geometry objects.

Parameters

json

JSON string based representation of properties.

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

Link copied to clipboard
fun Properties(json: String)

Properties

Link copied to clipboard
val json: String