Go to file
2022-09-13 18:27:57 +03:00
demo Change state propagation and rectangle selection 2022-09-13 18:27:57 +03:00
gradle/wrapper Use Dp in features 2022-07-19 10:34:21 +03:00
maps-kt-compose Change state propagation and rectangle selection 2022-09-13 18:27:57 +03:00
maps-kt-core Change state propagation and rectangle selection 2022-09-13 18:27:57 +03:00
maps-kt-scheme Update feature builder AP 2022-09-10 15:20:01 +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 Add rectangle override for map component builder 2022-09-13 13:44:38 +03:00
gradle.properties Switch to kscience project configuration. 2022-09-06 13:32:13 +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 Switch to kscience project configuration. 2022-09-06 13:32:13 +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