Type alias MapInitSettings

MapInitSettings: {
    center: LatLng;
    options?: MapInitSettingOptions;
    target: string | HTMLElement;
    zoomLevel: number;
}

地図初期化設定

Type declaration

  • center: LatLng

    中心座標

  • Optional options?: MapInitSettingOptions

    オプション

  • target: string | HTMLElement

    地図表示をする要素

  • zoomLevel: number

    ズームレベル(整数値)