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

commonMain.earth.worldwind.shape.milstd2525.MilStd2525Placemark.kt Maven / Gradle / Ivy

Go to download

The WorldWind Kotlin SDK (WWK) includes the library, examples and tutorials for building multiplatform 3D virtual globe applications for Android, Web and Java.

There is a newer version: 1.6.2
Show newest version
package earth.worldwind.shape.milstd2525

import earth.worldwind.geom.Position
import earth.worldwind.shape.PlacemarkAttributes

expect open class MilStd2525Placemark(
    symbolCode: String,
    position: Position,
    symbolModifiers: Map? = null,
    symbolAttributes: Map? = null,
    lodSelector: LevelOfDetailSelector = MilStd2525LevelOfDetailSelector()
) : AbstractMilStd2525Placemark {
    companion object {
        fun clearSymbolCache()

        fun getPlacemarkAttributes(
            symbolCode: String,
            symbolModifiers: Map? = null,
            symbolAttributes: Map? = null
        ): PlacemarkAttributes
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy