google-mapsgoogle-maps-api-3

Google maps set heading not working and map remains on heading to north


I am trying to do: map.setHeading(180) but this doesn't work and map remains heading to north. Everything else is working - I am using the very basic template of Gmaps from their docs, zoomings, pannings, markers and other things work as excepted, but the heading not. What am I missing in here?

For example, I got the position and heading from the GPS and I move the marker using marker.setPosition(position) which also works as excepted.


Solution

  • Tilt and rotation are now supported programmatically and by user input when using WebGL rendering. Please see https://developers.google.com/maps/documentation/javascript/webgl/tilt-rotation for documentation and examples.