Displaying google maps markers

I’m trying to use Google Maps with Bokeh and Pandas. I’m able to display the map and the points on the map successfully. The issue I have is I would like to use the Google Marker in maps instead os using a circle. I’m currently calling the circle module to display the points. Has anyone been able to do so?

Thank you in advance!
Haroon

There’s nothing currently built-in for this. It seems like a reasonable thing to want, but surprisingly over the years no-one has ever asked for it. It would be appropriate to open a GitHub Issue to propose some better integration options.

For now, I won’t say it is impossible, but it is also definitely not easy or simple. The actual Google Map object is currently stored on the plot view, and Bokeh does not expose views, except through a top level window.Bokeh.index that you would have to root through.