I am developing firmware for a gps tracker. Until this time, I used Google Maps v2 for reverse geocoding (for converting GPS coordinates to the address bar). I used an http request and a short reaction form (csv) ( http://maps.googleapis.com/maps/geo?q= & output = csv & ...). Now that the API v2 support is almost over, I am trying to upgrade to v3 but cannot find the csv response format in the http request settings. Response size is a critical parameter for the device. How to solve this problem? Thank.
source
share