Class Waypoint
- Namespace
- Geotab.Checkmate.ObjectModel.Geographical
- Assembly
- Geotab.Checkmate.ObjectModel.dll
A set of coordinates that reference a location.
public class Waypoint
- Inheritance
-
Waypoint
- Inherited Members
Constructors
Waypoint()
Initializes a new instance of the Waypoint class.
public Waypoint()
Waypoint(Coordinate)
Initializes a new instance of the Waypoint class.
public Waypoint(Coordinate coordinate)
Parameters
coordinateCoordinateThe coordinate.
Waypoint(Coordinate, int)
Initializes a new instance of the Waypoint class.
public Waypoint(Coordinate coordinate, int sequence)
Parameters
coordinateCoordinateThe coordinate.
sequenceintThe sequence number.
Waypoint(Coordinate, int?, string)
Initializes a new instance of the Waypoint class.
public Waypoint(Coordinate coordinate, int? sequence, string description)
Parameters
coordinateCoordinateThe coordinate.
sequenceint?The sequence number.
descriptionstringThe description.
Properties
Coordinate
Gets or sets the Coordinate.
public Coordinate? Coordinate { get; set; }
Property Value
Description
Gets or sets the waypoint description.
public string? Description { get; set; }
Property Value
Sequence
Gets or sets the sequence number.
public int? Sequence { get; set; }
Property Value
Methods
Equals(object?)
Determines whether the specified object, is equal to this instance.
public override bool Equals(object? obj)
Parameters
Returns
GetHashCode()
public override int GetHashCode()