d3-thematika - v0.0.1
GitHub
Examples
Preparing search index...
types
TileCoordinate
Interface TileCoordinate
タイル座標の型定義
interface
TileCoordinate
{
x
:
number
;
y
:
number
;
z
:
number
;
}
Index
Properties
x
y
z
Properties
x
x
:
number
タイルのX座標
y
y
:
number
タイルのY座標
z
z
:
number
ズームレベル
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
x
y
z
NPM Package
Issues
GitHub
Examples
d3-thematika - v0.0.1
Loading...
タイル座標の型定義