A small api that uses fastapi-users
Project description
A simple python wrapper for Google Maps API. Use it to get the formatted address or co-ordinates of any location.
The code is Python 2, but Python 3 compatible.
Installation
Fast install:
pip install mygmap
For a manual install get this package:
wget https://github.com/nikhilkumarsingh/mygmap/archive/master.zip unzip master.zip rm master.zip cd mygmap-master
Install the package:
python setup.py install
Example
from geo import locator
# get formatted address of any location
print locator.get_address("rohini, delhi")
# get co-ordinates of location
print locator.get_coordinates("delhi")
Here is the output:
Rohini, New Delhi, Delhi, India (28.7040592, 77.10249019999999)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
myapi-fastapi-1.0.tar.gz
(3.3 kB
view details)
File details
Details for the file myapi-fastapi-1.0.tar.gz
.
File metadata
- Download URL: myapi-fastapi-1.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b84e9787cfbfdc29a53c375cd879cf5ef907d42d2efebf0ee9d68fcc062faa28 |
|
MD5 | 36f86e93355afe6556a96baf1dccab8a |
|
BLAKE2b-256 | a3944508b4b6e857b9f0a221db9419f07fb4cfe4d072ccaa85d8cd7d6772d388 |