Google Map with Dash

I have tried mapbox api for geocoding and plotting mapbox but notice 1) some addresses its not giving accurate location results and 2) even in US metro places, major highways are not shown like google shows.
so was wandering if google map apis are easy to implement as mapbox ones are.
By looking at the google api, it seems. you need to build html and render it but for mapbox dash is doing out of box.
so I think it will be helpful if google maps are done same way (specially in US). Please let me know.

I guess you could build a dash component by wrapping an equivalent react.js component? Like this one: https://github.com/tomchentw/react-google-maps

1 Like

Sure. Thanks. For now, I found using style=“outdoors” in layout renders more of “google” style map.