Type alias MapServerURL

MapServerURL: {
    data?: string;
    other?: OtherServerURL;
    satellite?: string;
    tile?: string;
}

地図サーバーURLの設定

Type declaration

  • Optional data?: string

    データの取得先URL

  • Optional other?: OtherServerURL

    その他のURL

  • Optional satellite?: string

    航空衛星写真の取得先URL

  • Optional tile?: string

    タイル地図の取得先URL