rotation property
Rotation of the projection in terms of degrees [lambda, phi, gamma]. When given, a three-axis spherical rotation is be applied
to the globe prior to the projection.
lambdashifts the longitudes by the given value.phishifts the latitudes by the given value. Can be omitted.gammaapplies a roll. Can be omitted.
API Docs: https://api.highcharts.com/highcharts/mapView.projection.rotation
Implementation
String? rotation;