Go to file
2024-08-13 20:17:01 +03:00
.github/workflows add github CI 2024-06-19 18:58:58 +03:00
demo Fix feature update 2024-07-07 13:20:57 +03:00
docs Attribute serialization 2023-01-12 11:52:54 +03:00
gradle Update dependencies. Add wasm demo 2024-02-23 12:11:43 +03:00
maps-kt-compose fix missing default modifier for MapView 2024-08-13 16:41:43 +03:00
maps-kt-core Version 0.3.0 2024-06-04 14:38:21 +03:00
maps-kt-features Fix package names in Trajectory 2024-08-13 16:26:31 +03:00
maps-kt-geojson Fix package names in Trajectory 2024-08-13 16:26:31 +03:00
maps-kt-geotiff Version 0.3.0 2024-06-04 14:38:21 +03:00
maps-kt-leaflet First preview of 0.3.0 2023-11-15 16:43:13 +03:00
maps-kt-scheme Fix feature update 2024-07-07 13:20:57 +03:00
trajectory-kt Add proper serialization for trajectory 2024-08-13 20:17:01 +03:00
.gitignore add .kotlin to ignore 2024-06-04 15:16:25 +03:00
.space.kts Fix for #22 (default hairline size for points) 2023-05-26 15:49:14 +03:00
build.gradle.kts Fix package names in Trajectory 2024-08-13 16:26:31 +03:00
CHANGELOG.md Fix package names in Trajectory 2024-08-13 16:26:31 +03:00
gradle.properties Version 0.3.0 2024-06-04 14:38:21 +03:00
gradlew make ./gradlew executable 2024-06-19 17:34:44 +06: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 Version 0.3.0 2024-06-04 14:38:21 +03:00
settings.gradle.kts Version 0.3.0 2024-06-04 14:38:21 +03:00

Maps-kt

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

Modules

demo

Maturity: EXPERIMENTAL

maps-kt-compose

Compose-multiplaform implementation for web-mercator tiled maps

Maturity: EXPERIMENTAL

Features:

  • osm : OpenStreetMap tile provider.

maps-kt-core

Core cartography, UI-agnostic

Maturity: DEVELOPMENT

Features:

maps-kt-features

Maturity: EXPERIMENTAL

maps-kt-geojson

Maturity: EXPERIMENTAL

maps-kt-scheme

Maturity: EXPERIMENTAL

trajectory-kt

Path and trajectory optimization

Maturity: EXPERIMENTAL

demo/maps

Maturity: EXPERIMENTAL

demo/maps-wasm

Maturity: EXPERIMENTAL

demo/polygon-editor

Maturity: EXPERIMENTAL

demo/scheme

Maturity: EXPERIMENTAL

demo/trajectory-playground

Maturity: EXPERIMENTAL