/WorldWindKotlin

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

Primary LanguageKotlinApache License 2.0Apache-2.0

worldwind
GitHub license badge-android badge-jvm badge-js

WorldWind Kotlin

3D virtual globe API for Android, Web and Java developed by WorldWind Community Edition contributors. Provides a geographic context with high-resolution terrain, for visualizing geographic or geo-located information in 3D and 2D. Developers can customize the globe's terrain and imagery. Provides a collection of shapes for displaying and interacting with geographic data and representing a range of geometric objects.

Download

Grab latest release build via Gradle:

repositories {
    mavenCentral()
}

dependencies {
    implementation 'earth.worldwind:worldwind:1.5.19'
}

Snapshots

Get development build snapshots with the latest features and bug fixes:

repositories {
    maven("https://s01.oss.sonatype.org/content/repositories/snapshots/")
}

dependencies {
    implementation 'earth.worldwind:worldwind:+'
}

Releases and Roadmap

Official WorldWind Android releases have the latest stable features, enhancements and bug fixes ready for production use.

License

Copyright 2022 WorldWind Community Edition contributors. All rights reserved.

The WorldWindKotlin platform is licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.