Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetEstimate | Get the Tracker's latest Estimate. If no estimate has been made yet, LatLonCoordinate.Null is returned. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
NotifyListeners | When a new estimate is generated, subclasses should call this method to fire off an event to all registered tracker event handlers. |
SubscribeTo | Subscribes the Tracker to receive Measurements from a Spotter. The Tracker can be subscribed to more than one Spotter. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
UnsubscribeFrom | Unsubscribes the Tracker from receiving Measurements from a Spotter. |
UpdateEstimate | Called to give the Tracker a new measurement. If you want the tracker to automatically receive Measurement updates from a Spotter, use addSpotter. |
EstimateUpdate | Receive events when the Tracker has updated its Estimate. |
Tracker Constructor
|
Initializes a new instance of the Tracker class. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
GotMeasurement | |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
Tracker Class | POLS.Core Namespace