Class LocationReferencePoint
Represents a point of the location which holds relevant information for a map-independent location reference.
Inheritance
System.Object
LocationReferencePoint
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 class LocationReferencePoint
Properties
Bearing
Gets or sets the bearing.
Declaration
public int ? Bearing { get; set; }
Property Value
System.Nullable<System.Int32>
|
Remarks
Bearing is an angle in the range [0, 360[.
Coordinate
Gets or sets the location.
Declaration
public Coordinate Coordinate { get; set; }
Property Value
Coordinate
|
DistanceToNext
Gets or sets the distance to the next point in meters.
Declaration
public int DistanceToNext { get; set; }
Property Value
System.Int32
|
FormOfWay
Gets or sets the form of way.
Declaration
public FormOfWay? FormOfWay { get; set; }
Property Value
System.Nullable<FormOfWay>
|
FuntionalRoadClass
Gets or sets the functional road class.
Declaration
public FunctionalRoadClass? FuntionalRoadClass { get; set; }
Property Value
System.Nullable<FunctionalRoadClass>
|
LowestFunctionalRoadClassToNext
Gets or sets the lowest functional road class to the next point.
Declaration
public FunctionalRoadClass? LowestFunctionalRoadClassToNext { get; set; }
Property Value
System.Nullable<FunctionalRoadClass>
|