Show / Hide Table of Contents

Class TilesToPolygon

Holds tiles to polygon code.

Inheritance
System.Object
TilesToPolygon
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 TilesToPolygon

Methods

TileSetToPolygon(List<RoutingTile>, TouchStrategy)

Converts the given tile set to a polygon.

Declaration
public static List<TileIndex> TileSetToPolygon(List<RoutingTile> tiles, TouchStrategy touchStrategy = TouchStrategy.Inclusive)
Parameters
List<RoutingTile> tiles

TouchStrategy touchStrategy

Returns
List<TileIndex>

Back to top Built by Itinero, MIT licensed.