Reputation: 1788
I cant seem to find anything about this anywhere. Its because i am trying to make the map rotate around the user. google maps javascript v3 doesnt seem to be doing this. wanting to ask google personally, their homepage directed me to stackoverflow. Is this at all possible? If not, have anyone heard the developers talk about implementing this feature in the future, or will it simple never be possible?
Upvotes: 4
Views: 5443
Reputation: 101
What about setHeading? I believe that rotates the entire frame relative to the cardinal directions.
Upvotes: 0
Reputation: 793
Could be a fun project to work out with css3 options.
Just rotate the whole map container.
Upvotes: 1
Reputation: 966
Compass datas aren't available in the JS API V3 Don't hesitate to refer to the documentation to see your possibilities using it https://developers.google.com/maps/documentation/javascript/reference
Google also update frequently the experimental version of its API, you can follow the changes https://developers.google.com/maps/documentation/javascript/3.exp/reference
Upvotes: 1