googlemaps / google-maps-services-python

Python client library for Google Maps API Web Services
Apache License 2.0
4.48k stars 1.3k forks source link

Plotting? #211

Closed AntreasPetsas closed 6 years ago

AntreasPetsas commented 6 years ago

Hello, there. Thank u for this shortly introduction to google maps services using python. I want to ask u if there is any way to plot coordinates data using this service.

linevych commented 6 years ago

I guess you should use Maps JS API if you want to plot something on the map. This library is to retrieve data (geocoding, calculating distance, etc) that you can save into the database and then render on your webpage using JS.

AntreasPetsas commented 6 years ago

Hi, and thank you for response. The API you have referred is for javascript. Is it something similar for python(2.7 or over 3)?

linevych commented 6 years ago

Google Map is rendering by JS so answer is no.

robbiedood commented 3 years ago

google staticmap api can make it with python