$parameters = array(
'key' => $globals->geocoder->gmaps_key,
'sensor' => 'false', // The queried address wasn't obtained from a GPS sensor.
+ 'hl' => $globals->geocoder->gmaps_hl,
'oe' => 'utf8', // Output encoding.
'output' => 'json', // Output format.
- 'gl' => 'fr', // Location preferences (addresses are in France by default).
+ 'gl' => $globals->geocoder->gmaps_gl,
'q' => $address, // The queries address.
);
; URL of geocoding webservice
gmaps_url = "http://maps.google.com/maps/geo"
+; $globals->geocoder->gmaps_hl
+; Default output language.
+gmaps_hl = "fr"
+
+; $globals->geocoder->gmaps_gl
+; Default location preference.
+gmaps_gl = "fr"
; The lists section contains parameters used to interact with mailman.
[Lists]