Show / Hide Table of Contents

Class TileHelper

Holds helper functions.

Inheritance
System.Object
TileHelper
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public static class TileHelper

Methods

ToWorldCoordinates(List<TileIndex>, Int32)

Converts the given polygon.

Declaration
public static List<Coordinate> ToWorldCoordinates(List<TileIndex> tileIndexes, int level)
Parameters
List<TileIndex> tileIndexes

System.Int32 level

Returns
List<Coordinate>

Back to top Built by Itinero, MIT licensed.