Google Maps Geocoding API V3 search ok with wifi but responses OVER_QUERY_LIMIT with data connection
问题 My Google Maps activity searches for addresses with Google Maps Geocoding API V3. I see that sometimes, even if I repeat the search multiple times in sequence, Google Maps response is OVER_QUERY_LIMIT when I'm connected with data connection. It also happens on the first search after app's installation on a device. When I'm connected with wifi it works perfectly. Here's my code. Search method: public static JSONObject getAddressInfo(String sAddress) { HttpGet httpGet = new HttpGet("http://maps