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

commonMain.earth.worldwind.globe.elevation.ElevationSource.kt Maven / Gradle / Ivy

package earth.worldwind.globe.elevation

expect class ElevationSource {
    companion object {
        fun fromUrlString(urlString: String): ElevationSource
        fun fromUnrecognized(source: Any): ElevationSource
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy