指定された地理的範囲に必要なタイルのURL一覧を生成します
地理的範囲 [west, south, east, north]
ズームレベル
タイル生成オプション
タイルURL情報の配列
const tiles = generateTileUrls( [139.5, 35.5, 140.0, 36.0], // 東京周辺 10, { urlTemplate: 'https://tile.openstreetmap.org/{z}/{x}/{y}.png' }); Copy
const tiles = generateTileUrls( [139.5, 35.5, 140.0, 36.0], // 東京周辺 10, { urlTemplate: 'https://tile.openstreetmap.org/{z}/{x}/{y}.png' });
指定された地理的範囲に必要なタイルのURL一覧を生成します