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