Feature
constructor(geometry: G, properties: P, id: FeatureId? = null, bbox: BoundingBox? = null, foreignMembers: JsonObject = EmptyForeignMembers)(source)
Type Parameters
P
The type of properties. This can be any type that serializes to a JSON object. For dynamic or unknown property schemas, use JsonObject. For known schemas, use a Serializable data class.