What steps can we influence from the code in the application?
In the application, we take GPS data through
FusedLocationProviderApi
(we can adjust this for our needs, update frequency, etc.)FusedLocationProviderApi
takesGPS
data fromGoogleApiClient
(Can we configure it from our application, update frequency, etc.?)GoogleApiClient
whereGoogleApiClient
dataGoogleApiClient
from? So where does it get them can be customized from the application code?