sdk-common / com.tomtom.online.sdk.common.geojson / FeatureCollection / FeatureCollectionBuilder

FeatureCollectionBuilder

open class FeatureCollectionBuilder

Builder for the FeatureCollection.

Functions

build

open fun build(): FeatureCollection!

Creates a new instance of FeatureCollection.

features

open fun features(features: MutableList<Feature!>): FeatureCollection.FeatureCollectionBuilder!

Defines the features of a FeatureCollection.

toString

open fun toString(): String