Position Structure |
Namespace: Telogis.GeoBase.Navigation
The Position type exposes the following members.
Name | Description | |
---|---|---|
Position |
Create a new position, with a given position number.
|
Name | Description | |
---|---|---|
HasFix |
Indicates whether the GPS has fix. It doesn't need to be a good fix.
| |
HasValidHeading |
Indicates whether or not this position has a valid heading.
| |
IsGoodFix |
Indicates whether the GPS fix is good.
|
Name | Description | |
---|---|---|
Equals(Object) | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
Equals(Position) |
Whether this position is equal to another position.
| |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HeadingString |
Returns the abbreviation ("N", "NE", "E" etc) for a given heading.
| |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Name | Description | |
---|---|---|
heading |
The recorded heading, measured in degrees. See remarks.
| |
location |
The recorded location.
| |
MaxValidHeading |
The limit that valid heading values must stay under. If the heading value is MaxValidHeading
or higher, 'no heading' is assumed.
| |
PositionNumber |
A tag used to identify this Position.
| |
quality |
The GpsQuality of the GPS unit, when this Position was recorded.
| |
speed |
The recorded speed, measured in this Position's units.
| |
TickCount |
The value of the system TickCount when this Position was recorded.
| |
time |
A time stamp identifying the time (in UTC) at which this Position was recorded.
| |
units |
Related articles: Implementing an IGps Member.