I am developing an android application that log GPS data when I use my bike. GPS altitude informations are not very good so I would like to use google elevation api.
In detail:
- I log GPS data and at the end I invoke google web service in order to retrieve elevation info for alla GPS coordination saved.
- in a view I show a map where I like to paint the route, in a second one I paint a chart with elevation data retrived
- elevation data retrived are stored in applicarion DB
I have two questions:
1- is the application designed compliant with google policies?
2- I read about usage limit: if I decide to pubblish the application, every istance of application has private usage counter or all istance concur to a single global counter?
Thanks!