A testing
Project description
mygmap
======
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
=======
```python
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
pppTest-1.0.0.tar.gz
(2.1 kB
view details)
File details
Details for the file pppTest-1.0.0.tar.gz.
File metadata
- Download URL: pppTest-1.0.0.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d5f7bf8d58a60d7014e4386bfb8728d03807236dc00e5d167e9d60904ad70c8c
|
|
| MD5 |
ff72d7166066127d57326aba22e7887b
|
|
| BLAKE2b-256 |
7b1b1ace090a2679fbfa417c1ac1549c39eb1f66817767c7ad589cba1d5b682e
|