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

commonMain.earth.worldwind.shape.milstd2525.MilStd2525TacticalGraphic.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.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