The type of the given location.
| C# | Visual Basic |
public enum LocationDataType
Public Enumeration LocationDataType
| Member | Description |
|---|---|
| MapPosition |
The location is a position on the map.
|
| Node |
The location is a single node (e.g. city center or a position selected on a map).
|
| Crossing |
The location is a crossing.
|
| StreetPosition |
The location is somewhere on a street.
|
| Street |
The location is a street.
|
| BackToRoute |