types
Interfaces
ICustomTileSource
Defined in: data/types.ts:3
Methods
getTileUrl()
getTileUrl(
level
,x
,y
):string
| () =>string
Defined in: data/types.ts:4
Parameters
level
number
x
number
y
number
Returns
string
| () => string
Type Aliases
FloatArray
FloatArray =
Float32Array
|Float64Array
Defined in: data/types.ts:9
GeoJSONGeometry
GeoJSONGeometry =
object
Defined in: data/types.ts:18
IntArray
IntArray =
Int8Array
|Int16Array
|Int32Array
Defined in: data/types.ts:7
MappableArrayLike
MappableArrayLike<
T
> =ArrayLike
<T
> &object
Defined in: data/types.ts:11
Type Declaration
map()
map<
U
>(callbackFn
,thisArg?
):MappableArrayLike
<U
>
Type Parameters
U
U
Parameters
callbackFn
(element
, index
, array
) => U
thisArg?
unknown
Returns
Type Parameters
T
T
TileSourceConfig
TileSourceConfig =
object
Defined in: data/types.ts:1
TypedArray
TypedArray =
IntArray
|UintArray
|FloatArray
Defined in: data/types.ts:10
UintArray
UintArray =
Uint8Array
|Uint16Array
|Uint32Array
Defined in: data/types.ts:8