parse google maps url
Project description
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
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
File details
Details for the file gmaps-url-parser-0.1.0.tar.gz
.
File metadata
- Download URL: gmaps-url-parser-0.1.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8d113e89f087c04b80c8351a2a6b7764ed0a5d6e32efc10f01fb0a27199fc383 |
|
MD5 | 5023d2020d21d34d4543610c1f889aa6 |
|
BLAKE2b-256 | 04b3b9e5faaa20a7df8046f14574d602881bbe411d87a2b8152ec16d9044c0fa |