Skip to content

Release 0.13.0

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Dec 19:08
· 1 commit to main since this release
98daa6c

OpenMapView 0.13.0

Changes

  • Add geodesic, startCap/endCap, and spans support for polylines and polygons (#14) (98daa6c)

Installation

Add to your settings.gradle.kts:

dependencyResolutionManagement {
    repositories {
        mavenCentral()
    }
}

Add to your build.gradle.kts:

dependencies {
    implementation("de.afarber:openmapview:0.13.0")
}