Go to file
2023-01-06 22:16:46 +03:00
demo Polygon editor demo 2023-01-06 14:15:06 +03:00
gradle/wrapper Cleanup drag 2022-12-26 11:19:08 +03:00
maps-kt-compose API fixes 2023-01-06 22:16:46 +03:00
maps-kt-core Full refacor of map state and arguments 2022-12-28 14:41:46 +03:00
maps-kt-features API fixes 2023-01-06 22:16:46 +03:00
maps-kt-geojson Attributes cleanup 2023-01-06 10:40:21 +03:00
maps-kt-scheme API fixes 2023-01-06 22:16:46 +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 API fixes 2023-01-06 22:16:46 +03:00
gradle.properties API fixes 2023-01-06 22:16:46 +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 Polygon editor demo 2023-01-06 14:15:06 +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