Properties

data class Properties(val json: String)

Represents additional properties of a Feature.

Parameters

json

JSON string based representation of properties. This is not validated or parsed until necessary, and can not be empty. Defaults to an empty object.

Constructors

Link copied to clipboard
constructor(json: String)

Properties

Link copied to clipboard