Search
Preparing search index...
The search index is not available
swimOS
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
@swim/map
LngLatInterpolator
Class LngLatInterpolator<U>
Type parameters
U
Hierarchy
Interpolator
<
LngLat
>
LngLatInterpolator
Implements
Equals
Index
Constructors
constructor
Properties
color
shape
structure
transform
Methods
deinterpolate
equals
interpolate
map
range
angle
array
form
from
from
Any
interpolator
len
lng
Lat
map
number
scale
step
time
Constructors
constructor
new
Lng
Lat
Interpolator
(
c0
:
AnyLngLat
|
undefined
, c1
:
AnyLngLat
|
undefined
)
:
LngLatInterpolator
Parameters
c0:
AnyLngLat
|
undefined
c1:
AnyLngLat
|
undefined
Returns
LngLatInterpolator
Properties
Static
color
color
:
function
Type declaration
(
c0
?:
AnyColor
, c1
?:
AnyColor
)
:
ColorInterpolator
Parameters
Optional
c0:
AnyColor
Optional
c1:
AnyColor
Returns
ColorInterpolator
Static
shape
shape
:
function
Type declaration
(
s0
?:
AnyShape
, s1
?:
AnyShape
)
:
ShapeInterpolator
Parameters
Optional
s0:
AnyShape
Optional
s1:
AnyShape
Returns
ShapeInterpolator
Static
structure
structure
:
function
Type declaration
<I>
(
i0
?:
AnyItem
, i1
?:
AnyItem
)
:
StructureInterpolator
<
I
>
Type parameters
I
:
Item
Parameters
Optional
i0:
AnyItem
Optional
i1:
AnyItem
Returns
StructureInterpolator
<
I
>
Static
transform
transform
:
function
Type declaration
(
f0
?:
AnyTransform
, f1
?:
AnyTransform
)
:
TransformInterpolator
Parameters
Optional
f0:
AnyTransform
Optional
f1:
AnyTransform
Returns
TransformInterpolator
Methods
deinterpolate
deinterpolate
(
c
:
AnyLngLat
)
:
number
Parameters
c:
AnyLngLat
Returns
number
equals
equals
(
that
:
unknown
)
:
boolean
Parameters
that:
unknown
Returns
boolean
interpolate
interpolate
(
u
:
number
)
:
LngLat
Parameters
u:
number
Returns
LngLat
map
map<U>
(
f
:
function
)
:
Interpolator
<
U
>
Type parameters
U
Parameters
f:
function
(
value
:
LngLat
)
:
U
Parameters
value:
LngLat
Returns
U
Returns
Interpolator
<
U
>
range
range
(
)
:
LngLat
[]
range
(
cs
:
ReadonlyArray
<
AnyLngLat
>
)
:
LngLatInterpolator
range
(
c0
:
AnyLngLat
, c1
?:
AnyLngLat
)
:
LngLatInterpolator
Returns
LngLat
[]
Parameters
cs:
ReadonlyArray
<
AnyLngLat
>
Returns
LngLatInterpolator
Parameters
c0:
AnyLngLat
Optional
c1:
AnyLngLat
Returns
LngLatInterpolator
Static
angle
angle
(
a0
?:
AnyAngle
, a1
?:
AnyAngle
)
:
AngleInterpolator
Parameters
Optional
a0:
AnyAngle
Optional
a1:
AnyAngle
Returns
AngleInterpolator
Static
array
array<T>
(
a0
?:
ReadonlyArray
<
T
>
, a1
?:
ReadonlyArray
<
T
>
)
:
ArrayInterpolator
<
T
>
Type parameters
T
Parameters
Optional
a0:
ReadonlyArray
<
T
>
Optional
a1:
ReadonlyArray
<
T
>
Returns
ArrayInterpolator
<
T
>
Static
form
form<T, U>
(
valueForm
?:
Form
<
T
,
U
>
, unit
?:
AnyInterpolator
<
T
,
U
>
)
:
Form
<
Interpolator
<
T
,
U
>
,
AnyInterpolator
<
T
,
U
>
>
Type parameters
T
:
U
U
Parameters
Optional
valueForm:
Form
<
T
,
U
>
Optional
unit:
AnyInterpolator
<
T
,
U
>
Returns
Form
<
Interpolator
<
T
,
U
>
,
AnyInterpolator
<
T
,
U
>
>
Static
from
from<T, U>
(
a
?:
U
, b
?:
U
)
:
Interpolator
<
T
,
U
>
Type parameters
T
:
U
U
Parameters
Optional
a:
U
Optional
b:
U
Returns
Interpolator
<
T
,
U
>
Static
from
Any
from
Any<T, U>
(
value
:
AnyInterpolator
<
T
,
U
>
)
:
Interpolator
<
T
,
U
>
Type parameters
T
:
U
U
Parameters
value:
AnyInterpolator
<
T
,
U
>
Returns
Interpolator
<
T
,
U
>
Static
interpolator
interpolator<T, U>
(
i0
?:
Interpolator
<
T
,
U
>
, i1
?:
Interpolator
<
T
,
U
>
)
:
InterpolatorInterpolator
<
T
,
U
>
Type parameters
T
:
U
U
Parameters
Optional
i0:
Interpolator
<
T
,
U
>
Optional
i1:
Interpolator
<
T
,
U
>
Returns
InterpolatorInterpolator
<
T
,
U
>
Static
len
len
(
l0
?:
AnyLength
, l1
?:
AnyLength
)
:
LengthInterpolator
Parameters
Optional
l0:
AnyLength
Optional
l1:
AnyLength
Returns
LengthInterpolator
Static
lng
Lat
lng
Lat
(
c0
?:
AnyLngLat
, c1
?:
AnyLngLat
)
:
LngLatInterpolator
lng
Lat
(
c0
?:
AnyLngLat
, c1
?:
AnyLngLat
)
:
LngLatInterpolator
Parameters
Optional
c0:
AnyLngLat
Optional
c1:
AnyLngLat
Returns
LngLatInterpolator
Parameters
Optional
c0:
AnyLngLat
Optional
c1:
AnyLngLat
Returns
LngLatInterpolator
Static
map
map<S, T>
(
a
:
S
, b
:
S
, f
:
function
)
:
Interpolator
<
T
>
Type parameters
S
T
Parameters
a:
S
b:
S
f:
function
(
value
:
S
)
:
T
Parameters
value:
S
Returns
T
Returns
Interpolator
<
T
>
Static
number
number
(
y0
?:
number
|
string
, y1
?:
number
|
string
)
:
NumberInterpolator
Parameters
Optional
y0:
number
|
string
Optional
y1:
number
|
string
Returns
NumberInterpolator
Static
scale
scale<D, R, DU, RU>
(
s0
?:
ContinuousScale
<
D
,
R
,
DU
,
RU
>
, s1
?:
ContinuousScale
<
D
,
R
,
DU
,
RU
>
)
:
ScaleInterpolator
<
D
,
R
,
DU
,
RU
>
Type parameters
D
:
DU
R
:
RU
DU
RU
Parameters
Optional
s0:
ContinuousScale
<
D
,
R
,
DU
,
RU
>
Optional
s1:
ContinuousScale
<
D
,
R
,
DU
,
RU
>
Returns
ScaleInterpolator
<
D
,
R
,
DU
,
RU
>
Static
step
step<T>
(
y0
?:
T
, y1
?:
T
)
:
StepInterpolator
<
T
>
Type parameters
T
Parameters
Optional
y0:
T
Optional
y1:
T
Returns
StepInterpolator
<
T
>
Static
time
time
(
d0
?:
AnyDateTime
, d1
?:
AnyDateTime
)
:
DateTimeInterpolator
Parameters
Optional
d0:
AnyDateTime
Optional
d1:
AnyDateTime
Returns
DateTimeInterpolator
Globals
@swim/core
@swim/mesh
@swim/ui
@swim/ux
@swim/chart
@swim/gauge
@swim/map
@swim/mapbox
@swim/pie
@swim/web
Lng
Lat
Lng
Lat
Interpolator
constructor
color
shape
structure
transform
deinterpolate
equals
interpolate
map
range
angle
array
form
from
from
Any
interpolator
len
lng
Lat
map
number
scale
step
time
Map
Circle
View
Map
Graphic
View
Map
Graphic
View
Controller
Map
Layer
View
Map
Layer
View
Controller
Map
Line
View
Map
Polygon
View
Lng
Lat
Init
Map
Circle
View
Init
Map
Graphic
View
Observer
Map
Layer
View
Observer
Map
Line
View
Init
Map
Polygon
View
Init
Map
Projection
Map
View
Map
View
Controller
Map
View
Observer
Any
Lng
Lat
Any
Map
Circle
View
Any
Map
Line
View
Any
Map
Polygon
View