GeoProjectionRotation Type
Determines Map rotation in GeoProjections
Constructors
Constructor | Description |
|
|
Static members
Static member | Description |
Full Usage:
GeoProjectionRotation.init (?Longitude, ?Latitude, ?Roll)
Parameters:
float
-
Rotates the map along parallels (in degrees East). Defaults to the center of the `lonaxis.range` values.
?Latitude : float
-
Rotates the map along meridians (in degrees North).
?Roll : int
-
Roll the map (in degrees) For example, a roll of "180" makes the map appear upside down.
Returns: GeoProjectionRotation
|
|
Full Usage:
GeoProjectionRotation.style (?Longitude, ?Latitude, ?Roll)
Parameters:
float
-
Rotates the map along parallels (in degrees East). Defaults to the center of the `lonaxis.range` values.
?Latitude : float
-
Rotates the map along meridians (in degrees North).
?Roll : int
-
Roll the map (in degrees) For example, a roll of "180" makes the map appear upside down.
Returns: GeoProjectionRotation -> GeoProjectionRotation
|
|