Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SciProgCentre/maps-kt
https://github.com/SciProgCentre/maps-kt
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/SciProgCentre/maps-kt
- Owner: SciProgCentre
- License: apache-2.0
- Created: 2022-07-15T13:52:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T08:58:56.000Z (6 months ago)
- Last Synced: 2024-08-01T19:43:20.704Z (5 months ago)
- Language: Kotlin
- Size: 3.21 MB
- Stars: 58
- Watchers: 4
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - SciProgCentre/maps-kt - (Kotlin)
README
# Maps-kt
This repository is a work-in-progress implementation of Map-with-markers component for Compose-Multiplatform
![](docs/images/Screenshot%202023-01-12%20110429.png)
## Modules
### [demo](demo)
>
> **Maturity**: EXPERIMENTAL### [maps-kt-compose](maps-kt-compose)
> Compose-multiplaform implementation for web-mercator tiled maps
>
> **Maturity**: EXPERIMENTAL
>
> **Features:**
> - [osm](maps-kt-compose/#) : OpenStreetMap tile provider.### [maps-kt-core](maps-kt-core)
> Core cartography, UI-agnostic
>
> **Maturity**: DEVELOPMENT
>
> **Features:**
> - [angles and distances](maps-kt-core/#) : Type-safe angle and distance measurements.
> - [ellipsoid](maps-kt-core/#) : Ellipsoid geometry and distances
> - [mercator](maps-kt-core/#) : Mercator and web-mercator projections### [maps-kt-features](maps-kt-features)
>
> **Maturity**: EXPERIMENTAL### [maps-kt-geojson](maps-kt-geojson)
>
> **Maturity**: EXPERIMENTAL### [maps-kt-scheme](maps-kt-scheme)
>
> **Maturity**: EXPERIMENTAL### [trajectory-kt](trajectory-kt)
> Path and trajectory optimization
>
> **Maturity**: EXPERIMENTAL### [demo/maps](demo/maps)
>
> **Maturity**: EXPERIMENTAL### [demo/maps-wasm](demo/maps-wasm)
>
> **Maturity**: EXPERIMENTAL### [demo/polygon-editor](demo/polygon-editor)
>
> **Maturity**: EXPERIMENTAL### [demo/scheme](demo/scheme)
>
> **Maturity**: EXPERIMENTAL### [demo/trajectory-playground](demo/trajectory-playground)
>
> **Maturity**: EXPERIMENTAL