An easy-to-use Mapquest Geocoding API wrapper.
Project description
Interacting with the Mapquest Geocoding API should be easy.
>>> import mapq>>> mapq.key('my_api_key')>>> mapq.address('155 9th St San Francisco, CA') [{'lots': {'of': 'results'}}, ...]>>> mapq.batch('94103', '1 Infinity Loop Cupertino', 'Yerba Buena Park') [{'multiple': 'locations'}, ...]>>> mapq.geocode('155 9th St San Francisco, CA') {'single': {'geocode': 'result'}}>>> mapq.reverse(37.775002, -122.418297) {'looks': {'like': '155 9th St'}}>>> mapq.latlng('155 9th St San Francisco, CA') {'lat': 37.775002, 'lng': -122.418297}
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mapq-0.3.tar.gz
(2.4 kB
view details)
File details
Details for the file mapq-0.3.tar.gz
.
File metadata
- Download URL: mapq-0.3.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a7d349d32859e2b69c1b130889aebc395e7e7618c3ac8e5510315672a3ff8036 |
|
MD5 | d3ff2705acd6cd75b3f43e0d240ebab0 |
|
BLAKE2b-256 | 3e2b805210dee64062fa3eb2ff801592340a8fd0f0080b4810eb9a05de2e3af8 |