commonMain.earth.worldwind.shape.milstd2525.MilStd2525TacticalGraphic.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of worldwind-jvm Show documentation
Show all versions of worldwind-jvm Show documentation
The WorldWind Kotlin SDK (WWK) includes the library, examples and tutorials for building multiplatform 3D virtual globe applications for Android, Web and Java.
package earth.worldwind.shape.milstd2525
import earth.worldwind.geom.Location
import earth.worldwind.geom.Sector
expect open class MilStd2525TacticalGraphic(
sidc: String, locations: List, boundingSector: Sector = defaultBoundingSector(locations),
modifiers: Map? = null, attributes: Map? = null
) : AbstractMilStd2525TacticalGraphic
© 2015 - 2024 Weber Informatics LLC | Privacy Policy