GeoProjection Type
Determines the map projection in geo traces.
Constructors
Constructor | Description |
|
|
Static members
Static member | Description |
Full Usage:
GeoProjection.init (projectionType, ?Rotation, ?Parallels, ?Scale)
Parameters:
GeoProjectionType
-
Sets the type of projection
?Rotation : GeoProjectionRotation
-
Sets the rotation applied to the map
?Parallels : float * float
-
For conic projection types only. Sets the parallels (tangent, secant) where the cone intersects the sphere.
?Scale : float
-
Zooms in or out on the map view. A scale of "1" corresponds to the largest zoom level that fits the map's lon and lat ranges.
Returns: GeoProjection
|
|
Full Usage:
GeoProjection.style (projectionType, ?Rotation, ?Parallels, ?Scale)
Parameters:
GeoProjectionType
-
Sets the type of projection
?Rotation : GeoProjectionRotation
-
Sets the rotation applied to the map
?Parallels : float * float
-
For conic projection types only. Sets the parallels (tangent, secant) where the cone intersects the sphere.
?Scale : float
-
Zooms in or out on the map view. A scale of "1" corresponds to the largest zoom level that fits the map's lon and lat ranges.
Returns: GeoProjection -> GeoProjection
|
|