GeoProjection Type

Determines the map projection in geo traces.

Constructors

Constructor Description

GeoProjection()

Full Usage: GeoProjection()

Returns: GeoProjection
Returns: GeoProjection

Static members

Static member Description

GeoProjection.init (projectionType, ?Rotation, ?Parallels, ?Scale)

Full Usage: GeoProjection.init (projectionType, ?Rotation, ?Parallels, ?Scale)

Parameters:
    projectionType : 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

Initialize a GeoProjection object that determines the map projection in geo traces.

projectionType : 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.style (projectionType, ?Rotation, ?Parallels, ?Scale)

Full Usage: GeoProjection.style (projectionType, ?Rotation, ?Parallels, ?Scale)

Parameters:
    projectionType : 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

Create a function that applies the given style parameters to a GeoProjection object.

projectionType : 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