52 lines
3.3 KiB
Markdown
52 lines
3.3 KiB
Markdown
<p align="center">
|
|
<picture>
|
|
<source media="(prefers-color-scheme: dark)" srcset="https://maplibre.org/img/maplibre-logos/maplibre-logo-for-dark-bg.svg">
|
|
<source media="(prefers-color-scheme: light)" srcset="https://maplibre.org/img/maplibre-logos/maplibre-logo-for-light-bg.svg">
|
|
<img alt="MapLibre Logo" src="https://maplibre.org/img/maplibre-logos/maplibre-logo-for-light-bg.svg" width="200">
|
|
</picture>
|
|
</p>
|
|
|
|
# MapLibre for Compose Multiplatform
|
|
|
|
[](https://central.sonatype.com/namespace/org.maplibre.compose)
|
|
[](https://github.com/maplibre/maplibre-compose/blob/main/LICENSE)
|
|
[](./gradle/libs.versions.toml)
|
|
[](./gradle/libs.versions.toml)
|
|
[](https://maplibre.org/maplibre-compose/)
|
|
[](https://maplibre.org/maplibre-compose/api/)
|
|
[](https://osmus.slack.com/archives/maplibre-compose)
|
|
|
|
## Introduction
|
|
|
|
MapLibre Compose is a [Compose Multiplatform][compose] wrapper around the
|
|
[MapLibre][maplibre] SDKs for rendering interactive maps. You can use it to add
|
|
maps to your Compose UIs across Android, iOS, Desktop, and Web.
|
|
|
|
<p float="left">
|
|
<img src="https://github.com/user-attachments/assets/08233dcb-1237-4a70-93df-ee24d25c4be1" height="450" alt="iOS Screenshot"/>
|
|
<img src="https://github.com/user-attachments/assets/d9fdf1ee-eb78-490d-880d-054106cb29dc" height="450" alt="Android Screenshot"/>
|
|
</p>
|
|
|
|
## Usage
|
|
|
|
- [Getting Started](https://maplibre.org/maplibre-compose/getting-started/)
|
|
- [API Reference](https://maplibre.org/maplibre-compose/api/)
|
|
- [Demo App](./demo-app)
|
|
|
|
## Progress
|
|
|
|
See [the status table][status] for a breakdown of supported features on each
|
|
platform. Android and iOS have the most complete support, while Desktop and Web
|
|
are still catching up.
|
|
|
|
| Target | Progress |
|
|
| ------- | -------------------------------------------------------------------- |
|
|
| Android |  |
|
|
| iOS |  |
|
|
| Web |  |
|
|
| Desktop |  |
|
|
|
|
[compose]: https://www.jetbrains.com/compose-multiplatform/
|
|
[maplibre]: https://maplibre.org/
|
|
[status]: https://maplibre.org/maplibre-compose/#status
|