Go to file
2023-01-05 17:24:27 +03:00
demo Fix scheme 2023-01-05 17:24:27 +03:00
gradle/wrapper Cleanup drag 2022-12-26 11:19:08 +03:00
maps-kt-compose Fix scheme 2023-01-05 17:24:27 +03:00
maps-kt-core Full refacor of map state and arguments 2022-12-28 14:41:46 +03:00
maps-kt-features Optimize attributes working 2023-01-05 12:15:52 +03:00
maps-kt-geojson Change the working of groups 2023-01-02 20:28:47 +03:00
maps-kt-scheme Fix scheme 2023-01-05 17:24:27 +03:00
.gitignore Project splitting and deployment 2022-07-16 21:34:19 +03:00
.space.kts add deployments 2022-07-17 10:31:45 +03:00
build.gradle.kts Generalize feature draw logic for schemes 2022-12-25 14:33:31 +03:00
gradle.properties Add js support for features 2022-12-27 12:34:24 +03:00
gradlew Initial commit 2022-07-09 17:47:42 +03:00
gradlew.bat Initial commit 2022-07-09 17:47:42 +03:00
LICENSE Create LICENSE 2022-07-16 15:57:41 +03:00
README.md Add arc feature. Add (approximate) ellipsoid 2022-07-23 18:37:14 +03:00
settings.gradle.kts Add GeoJson bindings 2022-12-26 23:22:21 +03:00

This repository is a work-in-progress implementation of Map-with-markers component for Compose-Multiplatform

maps-kt-core

A multiplatform coordinates representation and conversion.

maps-kt-compose

A compose multiplatform (currently desktop only, contributions of android target are welcome) implementation of a map component, features and builder.

maps-kt-scheme

An alternative component used for the same functionality on 2D schemes. Not all features from maps could be ported because it requires some code duplication (ideas for common API are welcome).

demo

Demonstration projects for different features