Go to file
2022-08-26 16:25:21 +06:00
demo onClick does not occur on onDrag start, and onRelease added that occur on onDrag end 2022-08-26 16:25:21 +06:00
gradle/wrapper Use Dp in features 2022-07-19 10:34:21 +03:00
maps-kt-compose onClick does not occur on onDrag start, and onRelease added that occur on onDrag end 2022-08-26 16:25:21 +06:00
maps-kt-core Add arc feature. Add (approximate) ellipsoid 2022-07-23 18:37:14 +03:00
maps-kt-scheme Add arc feature. Add (approximate) ellipsoid 2022-07-23 18:37:14 +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 deployments 2022-07-17 10:21:11 +03:00
gradle.properties Project splitting and deployment 2022-07-16 21:34:19 +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 package refactoring 2022-07-23 11:30:33 +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