I am new to Python and I am trying to plot points(longitude,latitude) on google map in Python. I found a lib gmplot for the same but I am only able to draw drop pins instead I want to draw circles/points on the map. Could anybody show an example as for how to do it? I didn't find any example in StackOverflow.
Thanks
Look at the github page for this package. In their example they have the following;
gmap.plot(latitudes, longitudes, 'cornflowerblue', edge_width=10)
Replace 'latitudes' and 'longitudes' with arrays of the points you want.
I also saw in the code they have posted there a 'polygon' method, but the above was sufficient for what I needed.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With