All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.earth.worldwind.ogc.gml.GmlPointProperty.kt Maven / Gradle / Ivy

package earth.worldwind.ogc.gml

import kotlinx.serialization.Serializable

@Serializable
data class GmlPointProperty(
    val points: List = emptyList(),
    var nilReason: String? = null
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy