MicheleBertoli / react-gmaps

A Google Maps component for React.js
http://react-gmaps.herokuapp.com/
MIT License
317 stars 68 forks source link

Display Routes #93

Closed rodmerritt closed 7 years ago

rodmerritt commented 7 years ago

Is there a way to display actual routes on the map? Is the map object exposed somehow?

MicheleBertoli commented 7 years ago

Sure, the onMapCreated callback gives you the map object as a parameter. Hope this helps.