d3-thematika - v0.0.1
GitHub
Examples
Preparing search index...
types
TileBounds
Interface TileBounds
タイルの地理的境界の型定義
interface
TileBounds
{
bounds
:
[
number
,
number
,
number
,
number
]
;
east
:
number
;
north
:
number
;
south
:
number
;
west
:
number
;
}
Index
Properties
bounds
east
north
south
west
Properties
bounds
bounds
:
[
number
,
number
,
number
,
number
]
bounds配列形式 [west, south, east, north]
east
east
:
number
東端の経度
north
north
:
number
北端の緯度
south
south
:
number
南端の緯度
west
west
:
number
西端の経度
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
bounds
east
north
south
west
NPM Package
Issues
GitHub
Examples
d3-thematika - v0.0.1
Loading...
タイルの地理的境界の型定義