FilteredGps Properties |
The FilteredGps type exposes the following members.
Name | Description | |
---|---|---|
HeadingSpeedThreshold |
If the inner GPS reports a speed lower than this threshold, then
the heading is estimated instead of using the source GPS's heading.
The units for this property should be the same as the speed units
for the source GPS.
| |
HeadingUpdateDistance |
When the inner GPS reports a speed lower than the HeadingSpeedThreshold
the heading is updated when the vehicle has traveled this distance. The
unit for this property is Meters.
| |
InnerGps |
Returns the IGps member encapsulated within this FilteredGps object.
| |
Position |
Get the Position of the filtered GPS unit.
| |
PoweredUp |
Determine the powered state of the (inner) GPS unit.
|