Search Results for

    Show / Hide Table of Contents

    Struct TileCoordinate

    地理院地図のタイル座標です。 タイル座標については国土地理院のWebサイトを参照してください。 https://maps.gsi.go.jp/development/siyou.html#siyou-zm データ構造は C++側と合わせる必要があります。

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: PLATEAU.Basemap
    Assembly: cs.temp.dll.dll
    Syntax
    public readonly struct TileCoordinate

    Constructors

    TileCoordinate(Int32, Int32, Int32)

    Declaration
    public TileCoordinate(int column, int row, int zoomLevel)
    Parameters
    Type Name Description
    System.Int32 column
    System.Int32 row
    System.Int32 zoomLevel

    Fields

    Column

    Declaration
    public readonly int Column
    Field Value
    Type Description
    System.Int32

    Row

    Declaration
    public readonly int Row
    Field Value
    Type Description
    System.Int32

    ZoomLevel

    Declaration
    public readonly int ZoomLevel
    Field Value
    Type Description
    System.Int32

    Methods

    ToString()

    Declaration
    public override readonly string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.ValueType.ToString()
    In This Article
    Back to top PLATEAU SDK for Unity