Vote count:
0
I'm developing android app where I use google reverse geocoding API webservice in the user side, for the user to read his address in text format. HttpGet httpGet = new HttpGet( "http://ift.tt/WJEHSa" + lat + "," + lng + "&sensor=true");
I have the following three questions:
1-Do I have to use a map in my app?, as I'm only displaying the location in text to User and I don't want a map in my app? http://ift.tt/1BNw7GX "(h) No Use of Content without a Google Map. You must not use or display the Content without a corresponding Google map, unless you are explicitly permitted to do so in the Maps APIs Documentation"
2-is it a must that I include API key at app side part of calling the webservice?
3-am I expected to establish enterprise agreement with Google, and get client_ID and include it in the request sent by the end user? http://ift.tt/17X6OpT
android-reverse geocoding-Google Map API (geocoding)
Aucun commentaire:
Enregistrer un commentaire