Search Results for

    Show / Hide Table of Contents

    Class VectorTileDownloader

    地理院地図の地図タイルをダウンロードします。

    Inheritance
    System.Object
    VectorTileDownloader
    Namespace: PLATEAU.Basemap
    Assembly: cs.temp.dll.dll
    Syntax
    public class VectorTileDownloader : PInvokeDisposable

    Properties

    TileCount

    Declaration
    public int TileCount { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    CalcDestPath(Int32)

    Declaration
    public string CalcDestPath(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    System.String

    Create(String, Extent, Int32)

    Declaration
    public static VectorTileDownloader Create(string destinationPath, Extent extent, int zoomLevel)
    Parameters
    Type Name Description
    System.String destinationPath
    Extent extent
    System.Int32 zoomLevel
    Returns
    Type Description
    VectorTileDownloader

    DisposeNative()

    Declaration
    protected override void DisposeNative()

    Download(Int32)

    地理院地図タイルをダウンロードして pngファイルに保存します。

    Declaration
    public void Download(int index)
    Parameters
    Type Name Description
    System.Int32 index

    GetTileCoordinate(Int32)

    Declaration
    public TileCoordinate GetTileCoordinate(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    TileCoordinate
    In This Article
    Back to top PLATEAU SDK for Unity