How to plot map routes obtained from Azure maps?

I want an interactive map where I can plot points and travel routes obtained from the Azure map service. I have the points to plot the route path.

So far, I only found a way to plot points, but I couldn’t find a way to plot routes.

I think I might need Mapbox, but I am currently overwhelmed with the information and am unable to piece the parts together.

Any help is appreciated.

Hi @tejasvi88 and welcome to the forum :wave:

There are multiple ways of doing that. You can use pydeck, altair, mapbox, etc. We’ve actually been discussing that over here How do use location pin symbol in map and how to connect those location in streamlit?.

Let me know if that solves your problem.
And thanks for using Streamlit!

1 Like

Thanks @kantuni I managed to make it work. https://github.com/uber/deck.gl/tree/master/bindings/pydeck/examples was super useful.

1 Like