Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Clone in Desktop Download ZIP
A simple Python wrapper for version three of Google's geocoder API
Python
Branch: master

Fetching latest commit…

Cannot retrieve the latest commit at this time

Failed to load latest commit information.
docs
googlegeocoder
.coveragerc
.gitignore
.travis.yml
README.md
requirements.txt
setup.py
test.py
tox.ini

README.md

python-googlegeocoder

A simple Python wrapper for version three of Google's geocoder API.

Build Status PyPI version Coverage Status

Features

  • Submit an address and have it geocoded
  • Submit a lat/lng pair and have it reverse-geocoded
  • Results include all data returned by Google, including formatted address, location, viewport, bounds, address type and address components
  • Results automatically converted to WKT format
  • Bias results to a bounding box you provide
  • Bias results to a region you specify by country code
  • Specify a language code
  • No API key required
Something went wrong with that request. Please try again.