d3-thematika - v0.0.1
GitHub
Examples
Preparing search index...
types
TileUrlInfo
Interface TileUrlInfo
タイルURL情報の型定義
interface
TileUrlInfo
{
bounds
:
TileBounds
;
coordinate
:
TileCoordinate
;
url
:
string
;
}
Index
Properties
bounds
coordinate
url
Properties
bounds
bounds
:
TileBounds
タイルの地理的境界
coordinate
coordinate
:
TileCoordinate
タイル座標
url
url
:
string
タイルのURL
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
bounds
coordinate
url
NPM Package
Issues
GitHub
Examples
d3-thematika - v0.0.1
Loading...
タイルURL情報の型定義