Position
Inheritance Hierarchy
CarDeliveryNetwork.Api.DataPosition
Namespace: CarDeliveryNetwork.Api.Data
Assembly: CarDeliveryNetwork.Api.Data (in CarDeliveryNetwork.Api.Data.dll) Version: 3.2.3062.0 (3.2.3062)
Syntax
C#
public class Position
The Position type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Position | Initializes a new instance of the Position class |
Properties
Name | Description | |
---|---|---|
![]() | Altitude |
Gets or sets the altitude.
|
![]() | Heading |
Gets or sets the heading.
|
![]() | Latitude |
Gets or sets the lattitude.
|
![]() | Longitude |
Gets or sets the longitude.
|
![]() | Speed |
Gets or sets the speed in mph.
|
![]() | Time |
Gets or sets the time.
|
See Also