{"id":13658720,"url":"https://github.com/jordond/compass","last_synced_at":"2026-02-12T02:51:14.474Z","repository":{"id":227951943,"uuid":"772795864","full_name":"jordond/compass","owner":"jordond","description":"🧭 Kotlin Multiplatform library location toolkit for geocoding and geolocation","archived":false,"fork":false,"pushed_at":"2025-04-08T12:45:46.000Z","size":1978,"stargazers_count":250,"open_issues_count":28,"forks_count":16,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-09T21:57:04.942Z","etag":null,"topics":["compose","compose-multiplatform","geocoder","geolocation","kotlin","kotlin-multiplatform","location"],"latest_commit_sha":null,"homepage":"https://compass.jordond.dev","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jordond.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"docs/supported-platforms.md","governance":null,"roadmap":"docs/roadmap.md","authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-15T23:18:08.000Z","updated_at":"2025-04-09T17:41:30.000Z","dependencies_parsed_at":"2024-04-30T19:27:57.379Z","dependency_job_id":"c4b0b277-4ff6-4e63-9aa1-032a9c2b3ff6","html_url":"https://github.com/jordond/compass","commit_stats":null,"previous_names":["jordond/compass"],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jordond%2Fcompass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jordond%2Fcompass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jordond%2Fcompass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jordond%2Fcompass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jordond","download_url":"https://codeload.github.com/jordond/compass/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248119367,"owners_count":21050754,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["compose","compose-multiplatform","geocoder","geolocation","kotlin","kotlin-multiplatform","location"],"created_at":"2024-08-02T05:01:02.004Z","updated_at":"2026-02-12T02:51:14.462Z","avatar_url":"https://github.com/jordond.png","language":"Kotlin","funding_links":[],"categories":["Libraries","Multiplatform","地理空间"],"sub_categories":["📱 Device","Android samples","文件同步"],"readme":"\u003cimg width=\"500px\" src=\"art/logo-full.png\" alt=\"logo\"/\u003e\n\u003cbr /\u003e\n\n[![Maven Central Version](https://img.shields.io/maven-central/v/dev.jordond.compass/core)](https://central.sonatype.com/namespace/dev.jordond.compass)\n[![Kotlin](https://img.shields.io/badge/kotlin-v2.1.21-blue.svg?logo=kotlin)](http://kotlinlang.org)\n[![Build](https://github.com/jordond/compass/actions/workflows/ci.yml/badge.svg)](https://github.com/jordond/compass/actions/workflows/ci.yml)\n[![License](https://img.shields.io/github/license/jordond/compass)](https://opensource.org/license/mit/)\n\n[![Compose Multiplatform](https://img.shields.io/badge/Compose%20Multiplatform-v1.8.1-blue)](https://github.com/JetBrains/compose-multiplatform)\n![badge-android](http://img.shields.io/badge/platform-android-6EDB8D.svg?style=flat)\n![badge-ios](http://img.shields.io/badge/platform-ios-CDCDCD.svg?style=flat)\n![badge-desktop](http://img.shields.io/badge/platform-desktop-DB413D.svg?style=flat)\n![badge-js](http://img.shields.io/badge/platform-js%2Fwasm-FDD835.svg?style=flat)\n\nCompass is a Kotlin Multiplatform library location toolkit. It provides a set of tools for working\nwith location data, including geocoding, reverse geocoding, and more. The\nlibrary is built with a focus on simplicity and ease of use, providing a straightforward API for\ngeocoding operations.\n\nCheck out the [Documentation](https://compass.jordond.dev) for detailed instructions. You can also\nview the generated KDoc at [docs.compass.jordond.dev](https://docs.compass.jordond.dev)\n\n## Table of Contents\n\n- [Features](#features)\n- [Setup](#setup)\n- [Demo](#demo)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Features\n\n- **Geocoding**:\n    - Convert an address to a latitude and longitude (forward geocoding)\n    - Convert a latitude and longitude to an address (reverse geocoding)\n    - Support via native Android/iOS services\n    - Support via third party APIs for all platforms (planned)\n- **Geolocation**:\n    - Built in permission handling\n    - Get the current location of the device\n    - Monitor the location of the device\n    - JS/WASM browser geolocation support\n- **Autocomplete**:\n    - Provide suggestions for addresses based on user input\n    - Support via native Android/iOS services\n    - Support for all platforms via third party geocoder API's\n    - Support for Google Places API (planned)\n\n## Setup\n\nRead the [Setup documentation](https://compass.jordond.dev/docs/setup/) for more information on setup and usage.\n\n## Demo\n\nA demo app is available in the `demo` directory. It is a Compose Multiplatform app that runs on\nAndroid, and iOS.\n\nSee [Documentation](https://compass.jordond.dev/docs/misc/demo) for more.\n\n## Contributing\n\nContributions are always welcome!. If you'd like to contribute, please feel free to create a PR or\nopen an issue.\n\nSee [Documentation](https://compass.jordond.dev/docs/misc/contributing) for more.\n\n## License\n\nSee [LICENSE](LICENSE) for more information.\n\n## Supported\n\nDocumentation website is powered via https://gitbook.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjordond%2Fcompass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjordond%2Fcompass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjordond%2Fcompass/lists"}