Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maplibre/maplibre-java
MapLibre Native Android utilities
https://github.com/maplibre/maplibre-java
Last synced: 5 days ago
JSON representation
MapLibre Native Android utilities
- Host: GitHub
- URL: https://github.com/maplibre/maplibre-java
- Owner: maplibre
- License: mit
- Created: 2021-05-04T13:29:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T21:29:45.000Z (7 months ago)
- Last Synced: 2024-04-14T05:45:28.049Z (7 months ago)
- Language: Java
- Homepage: https://maplibre.org/projects/maplibre-native/
- Size: 18.5 MB
- Stars: 11
- Watchers: 5
- Forks: 14
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# MapLibre-Java
This repository currently hosts a set of utility libraries required for MapLibre GL Native Android SDK.### Developer Guide
The following utility libraries are hosted here:
1. services-geojson
2. services-turf#### Build
This library currently uses gradle to build the root and the sub-projects. To build use
```bash
./gradlew clean build
```