クラスタ数を制限するオプションを追加

This commit is contained in:
syuilo
2018-07-28 03:55:41 +09:00
parent 5c6f24dc39
commit e4bf0392af
3 changed files with 11 additions and 4 deletions

View File

@ -92,6 +92,8 @@ export type Source = {
};
google_maps_api_key: string;
clusterLimit?: number;
};
/**