You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository uses the Google Cloud Console API Key to find addresses, store user data in an internal SQLite3 database, and display their locations on a Google Maps map within the same application. It implements data storage and geolocation using Google's services.
This is a DEMO project to use googleMaps and to PIN
Remember to use your own APIkey from GoogleCloudConsole
On the file AndroidManifest.xml replace the value from meta-data with your key
<meta-data
android:name="com.google.android.geo.API_KEY"
android:value="//Here Goes Your Key"/>
About
This repository uses the Google Cloud Console API Key to find addresses, store user data in an internal SQLite3 database, and display their locations on a Google Maps map within the same application. It implements data storage and geolocation using Google's services.