MapboxBounds Type
Constructors
Constructor | Description |
|
|
Static members
Static member | Description |
Full Usage:
MapboxBounds.init (?East, ?North, ?South, ?West)
Parameters:
float
-
Sets the maximum longitude of the map (in degrees East) if `west`, `south` and `north` are declared.
?North : float
-
Sets the maximum latitude of the map (in degrees North) if `east`, `west` and `south` are declared.
?South : float
-
Sets the minimum latitude of the map (in degrees North) if `east`, `west` and `north` are declared.
?West : float
-
Sets the minimum latitude of the map (in degrees North) if `east`, `west` and `north` are declared.
Returns: MapboxBounds
|
|
Full Usage:
MapboxBounds.style (?East, ?North, ?South, ?West)
Parameters:
float
-
Sets the maximum longitude of the map (in degrees East) if `west`, `south` and `north` are declared.
?North : float
-
Sets the maximum latitude of the map (in degrees North) if `east`, `west` and `south` are declared.
?South : float
-
Sets the minimum latitude of the map (in degrees North) if `east`, `west` and `north` are declared.
?West : float
-
Sets the minimum latitude of the map (in degrees North) if `east`, `west` and `north` are declared.
Returns: MapboxBounds -> MapboxBounds
|
|