2023-01-12 11:52:54 +03:00
|
|
|
# Maps-kt
|
|
|
|
|
2022-07-23 18:37:14 +03:00
|
|
|
This repository is a work-in-progress implementation of Map-with-markers component for Compose-Multiplatform
|
|
|
|
|
2023-01-12 11:52:54 +03:00
|
|
|
![](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
|
|
|
|
>
|
2023-04-06 10:03:38 +03:00
|
|
|
> **Maturity**: EXPERIMENTAL
|
2023-01-12 11:52:54 +03:00
|
|
|
>
|
|
|
|
> **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
|
2022-07-23 18:37:14 +03:00
|
|
|
|
2023-04-06 10:03:38 +03:00
|
|
|
### [trajectory-kt](trajectory-kt)
|
|
|
|
> Path and trajectory optimization (to be moved to a separate project)
|
|
|
|
>
|
|
|
|
> **Maturity**: DEPRECATED
|
|
|
|
|
|
|
|
### [demo/maps](demo/maps)
|
2023-01-12 11:52:54 +03:00
|
|
|
>
|
|
|
|
>
|
|
|
|
> **Maturity**: EXPERIMENTAL
|
2022-07-23 18:37:14 +03:00
|
|
|
|
2023-04-06 10:03:38 +03:00
|
|
|
### [demo/polygon-editor](demo/polygon-editor)
|
2023-01-12 11:52:54 +03:00
|
|
|
>
|
|
|
|
>
|
|
|
|
> **Maturity**: EXPERIMENTAL
|
2022-07-23 18:37:14 +03:00
|
|
|
|
2023-04-06 10:03:38 +03:00
|
|
|
### [demo/scheme](demo/scheme)
|
2023-01-12 11:52:54 +03:00
|
|
|
>
|
|
|
|
>
|
|
|
|
> **Maturity**: EXPERIMENTAL
|