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.
lambda
shifts the longitudes by the given value.phi
shifts the latitudes by the given value. Can be omitted.gamma
applies a roll. Can be omitted.
API Docs: https://api.highcharts.com/highcharts/mapView.projection.rotation
Implementation
String? rotation;