We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It's possible to tell the geocoder to look for New Zealand. We should only need to add ®ion=nz to the API call.
®ion=nz
See http://code.google.com/apis/maps/documentation/geocoding/#Viewports
The text was updated successfully, but these errors were encountered:
This should occur for both web & mobile sites
Sorry, something went wrong.
Which geocoder(s) are you referring to? The homepage one is already biased by the bounding box.
the mobile site geocodes by adding ",new zealand" onto the search string too.
No branches or pull requests
It's possible to tell the geocoder to look for New Zealand. We should only need to add
®ion=nz
to the API call.See http://code.google.com/apis/maps/documentation/geocoding/#Viewports
The text was updated successfully, but these errors were encountered: