Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Android Reactivelocation | 2,117 | 117 | 1 | 3 years ago | 11 | September 29, 2017 | 32 | Java | ||
Small library that wraps Google Play Service API in brilliant RxJava Observables reducing boilerplate to minimum. | ||||||||||
Geo Heatmap | 1,919 | 9 months ago | 11 | mit | Python | |||||
:world_map: Generate an interactive geo heatmap from your Google location data | ||||||||||
React Native Google Places Autocomplete | 1,832 | 272 | 32 | 14 days ago | 76 | August 11, 2021 | 119 | mit | JavaScript | |
Customizable Google Places autocomplete component for iOS and Android React-Native apps | ||||||||||
React Native Maps Directions | 1,057 | 109 | 5 | 10 months ago | 18 | April 14, 2020 | 45 | mit | JavaScript | |
Directions Component for `react-native-maps` | ||||||||||
Google Directions Android | 963 | 186 | 2 years ago | 7 | January 17, 2016 | 20 | mit | Java | ||
This project allows you to calculate the route between two locations and displays it on a map. | ||||||||||
Pokemon Go Node Api | 886 | 48 | 10 | 4 years ago | 15 | August 10, 2016 | 51 | mit | JavaScript | |
Pokemon GO api node.js library | ||||||||||
Leku | 728 | 18 days ago | 6 | March 15, 2022 | 36 | apache-2.0 | Kotlin | |||
:earth_africa: Map location picker component for Android. Based on Google Maps. An alternative to Google Place Picker. | ||||||||||
Location History Visualizer | 647 | 3 years ago | 5 | JavaScript | ||||||
Visualize your Google Location History using an interactive heatmap | ||||||||||
Googleapi | 478 | 12 | 11 | 3 days ago | 136 | September 27, 2022 | 2 | mit | C# | |
C# .NET Core Google Api (Maps, Places, Roads, Search, Translate). Supports all endpoints and requests / responses. | ||||||||||
Actingweb_firstapp | 392 | 19 days ago | 4 | other | Dart | |||||
Starter app for Flutter that includes many different production app features; some not typically included in demo apps. |
This is an example project of how to use Location Services from Google Play Services to find a user's current location and display it on a map. It is built on the "Google Map Activity" template from Android Studio and is featured in a Treehouse blog post about location in Android.
For an alternative way to organize location-related code, please check out the refactored version of this sample project.