Closed wolfd closed 8 years ago
In order to use this, you need to add a value to your grade.properties file
~/.gradle/gradle.properties:
~/.gradle/gradle.properties
BLOOP_GOOGLE_MAPS_API_KEY=<key>
Does a permission check/request and then starts requesting location every 5000ms, and sends those updates to whatever needs them.
Currently it centers the map and updates a textview that tells the user their coordinates, but that is just a demo.
In order to use this, you need to add a value to your grade.properties file
~/.gradle/gradle.properties
:Does a permission check/request and then starts requesting location every 5000ms, and sends those updates to whatever needs them.
Currently it centers the map and updates a textview that tells the user their coordinates, but that is just a demo.