α
request_fullbias (
string
 
query
, 
string
 
key
, 
Gmaps_geocoding.output_format
 
output
, 
string
 
gl
, 
string
 
ll
, 
string
 
spn
, 
(
string
α
)
 
final_fun)
Full Google Maps geocoding requestThis function makes a geocoding request to Google servers and returns the result
to given function.
Note: The parameters ll, spn and gl work as biases. They define where result \should\
but not necesarily \must\ be. The result can still be outside these bounds.
query
The geocoding or reverse geocoding request (either an address or coordinates formatted as latitude,longitude)
key
Your API key. If you don't have one yet, go to http://code.google.com/apis/maps/signup.html
output
The format you want for the response: xml, kml, csv or json.
gl
The country code (ccTLD) of the country where the result should be
ll
The center of the area in which the result should be (requires spn)
spn
The span of the area in which the result should be (requires ll)
final_fun
The function which will handle the result. It must take a string (the raw text result) and return a Resource.

Comments

The browser you use is not supported by this application, probably because it lacks some critical features.
For a better experience, please consider using this application with a supported browser.