sdk-common / com.tomtom.online.sdk.common.geojson / Properties

Properties

open class Properties : Serializable

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

Types

PropertiesBuilder

open class PropertiesBuilder

Builder for the Properties object.

Constructors

<init>

Properties()

Empty constructor for the Properties.

Properties(json: String!)

Default constructor for the Properties.

Functions

builder

open static fun builder(): Properties.PropertiesBuilder!

Creates a new instance of Properties.PropertiesBuilder.

getProperties

open fun getProperties(): Optional<String!>!