Click or drag to resize

Position Class

Car Delivery Network
Position
Inheritance Hierarchy
SystemObject
  CarDeliveryNetwork.Api.DataPosition

Namespace: CarDeliveryNetwork.Api.Data
Assembly: CarDeliveryNetwork.Api.Data (in CarDeliveryNetwork.Api.Data.dll) Version: 3.2.3101.0 (3.2.3101)
Syntax
C#
public class Position

The Position type exposes the following members.

Constructors
 NameDescription
Public methodPositionInitializes a new instance of the Position class
Top
Properties
 NameDescription
Public propertyAltitude Gets or sets the altitude.
Public propertyHeading Gets or sets the heading.
Public propertyLatitude Gets or sets the lattitude.
Public propertyLongitude Gets or sets the longitude.
Public propertySpeed Gets or sets the speed in mph.
Public propertyTime Gets or sets the time.
Top
See Also