Search
Preparing search index...
The search index is not available
swimOS
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
@swim/mapbox
MapboxProjection
Class MapboxProjection
Hierarchy
MapboxProjection
Implements
MapProjection
Index
Constructors
constructor
Accessors
bounds
map
Methods
project
unproject
Constructors
constructor
new
Mapbox
Projection
(
map
:
Map
)
:
MapboxProjection
Parameters
map:
Map
Returns
MapboxProjection
Accessors
bounds
get
bounds
(
)
:
Readonly
<
[
LngLat
,
LngLat
]
>
Returns
Readonly
<
[
LngLat
,
LngLat
]
>
map
get
map
(
)
:
Map
Returns
Map
Methods
project
project
(
lnglat
:
AnyLngLat
)
:
PointR2
project
(
lng
:
number
, lat
:
number
)
:
PointR2
Parameters
lnglat:
AnyLngLat
Returns
PointR2
Parameters
lng:
number
lat:
number
Returns
PointR2
unproject
unproject
(
point
:
AnyPointR2
)
:
LngLat
unproject
(
x
:
number
, y
:
number
)
:
LngLat
Parameters
point:
AnyPointR2
Returns
LngLat
Parameters
x:
number
y:
number
Returns
LngLat
Globals
@swim/core
@swim/mesh
@swim/ui
@swim/ux
@swim/chart
@swim/gauge
@swim/map
@swim/mapbox
@swim/pie
@swim/web
Mapbox
Projection
constructor
bounds
map
project
unproject
Mapbox
View