I am using the setRotation method for an ol.View
similar to the examples available at the openlayers examples page. I have an encoded polyline that is drawn on the map and then we fit to the extent of that layer and if necessary rotate the map.
This all works great with OpenStreetMap and even a custom imagery service. This will not work with any of the Google tile services though. Is there any support for rotation of the ol.View
with Google map services, if so, any examples? I didn't see any comments in the API documentation for ol.View
and Google map services.
Thanks for any input.
You can use rotate control only for 45° imagery see code like this:
You can see an example google45°
But for normal google maps the rotation is not avaliable.