Specifies the type of shapes contained in an OSM map file.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
SyntaxC#
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