Parse google maps URLs
Install (automatic)
$ pip install gmaps-url-parser
Install (manual)
$ git clone $ cd gmaps-url-parser $ python setup.py install
Usage
>>> from gmaps_url_parser import parse
>>> url = "https://www.google.com/maps/place/u+Saada,+Algeria/@35.2131065,4.1479717,10106m/data=!3m1!1e3!4m2!3m1!1s0x128bb3c644644ec3:0x7f746dd09dad9a9f"
>>> parse(url)
{'latitude': 35.2131065, 'zoom_level': '10106', 'place': 'Bou Saada, Algeria', 'maptype': 'earth', 'longitude': 4.1479717}
License
MIT
Release files for gmaps-url-parser 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| gmaps-url-parser-0.1.0.tar.gz | 2.5 kB | Details |
Release files / gmaps-url-parser-0.1.0.tar.gz
| Download URL | gmaps-url-parser-0.1.0.tar.gz |
|---|---|
| Size | 2.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8d113e89f087c04b80c8351a2a6b7764ed0a5d6e32efc10f01fb0a27199fc383
|
|
BLAKE2b-256 checksum How to use checksums |
04b3b9e5faaa20a7df8046f14574d602881bbe411d87a2b8152ec16d9044c0fa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |