The following tables list the members exposed by GpsCoordinateWatcher.
Name | Description | |
---|---|---|
![]() | Position | Gets the location data. |
![]() | SatellitesInView | Gets the Dictionary of visible satellites. |
![]() | Status | The status of location data. |
Name | Description | |
---|---|---|
![]() | Dispose | Overloaded. Stops the GPS connection and disposes the object. |
![]() | Start | Overloaded. Initiate the acquisition of location data. |
![]() | Stop | Invoked when close. |
![]() | TryStart | Start acquiring location data, specifying an initialization timeout. |
Name | Description | |
---|---|---|
![]() | Finalize | Destructor |
![]() | NotifyPropertyChanged | Raised when porpety is changed. |
![]() | RaiseNmeaSentenceReceived | Raises gps sentence received event. |
![]() | RaisePositionChanged | Raises position changed event. |
![]() | RaiseSatellitesInViewChanged | Raises SatellitesInView changed event. |
![]() | RaiseStatusChanged | Raises Status changed event. |
Name | Description | |
---|---|---|
![]() | NmeaSentenceReceived | Occurs when a new sentence is received. |
![]() | PositionChanged | Raised when a new position is acquired. |
![]() | PropertyChanged | Occurs when a property value changes. |
![]() | SatellitesinViewChanged | Raised when the number of Satellites in view changed. |
![]() | StatusChanged | Raised when GPS connection status is changed. |