Parameters

data

the GeoJSONSourceData to be used with native renderer.

Constructors

Link copied to clipboard
fun GeoJSONData(value: String)

Construct the GeoJSONData with String.

Link copied to clipboard
fun GeoJSONData(value: Feature)

Construct the GeoJSONData with Feature.

Link copied to clipboard
fun GeoJSONData(value: List<Feature>)

Construct the GeoJSONData with a list of Feature.

Link copied to clipboard
fun GeoJSONData(value: Geometry)

Construct the GeoJSONData with Geometry.

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Public companion object.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Override equals method.

Link copied to clipboard
open override fun hashCode(): Int

Override hashCode method.

Link copied to clipboard
open override fun toString(): String

Override toString method.