Search
StreetShapeType Enumeration
See Also
 





Specifies the type of shapes contained in an OSM map file.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public enum StreetShapeType

Visual Basic  Copy Code

Public Enum StreetShapeType

 Members

  Member name Description

ClosedWay

Indicates a closed way.

Node

Indicates a node.

Way

Indicates a way.

 See Also