FlowingCode / GoogleMapsAddon

Vaadin Addon based on Google Maps Web Component
https://www.flowingcode.com/en/open-source/
Apache License 2.0
19 stars 7 forks source link

setTilt and setHeading #90

Closed jonasrotilli closed 11 months ago

jonasrotilli commented 1 year ago

This library is very good. Would it be possible to use the setTilt and setHeading function to rotate the map?

https://developers.google.com/maps/documentation/javascript/examples/webgl/webgl-tilt-rotation

I thought about accessing the map via javascript, but I'm not getting it, if anyone has any ideas.

paodb commented 1 year ago

Hello, I was investigating and those properties need to be added to the web-component part of this component and then we can update the Java API to take them in consideration. We added this task to our immediate backlog and we'll start working on this ASAP.