ArcGIS Runtime SDK for iOS
100.15
|
A change handler delegate for AGSNMEALocationDataSource
.
A protocol which must be adopted by a class wishing to informed about changes in satellites info on AGSNMEALocationDatasource
. An instance of the class must then be set as AGSNMEALocationDataSourceDelegate::locationChangeHandlerDelegate
.
Instance Methods | |
(void) | - locationDataSource:headingDidChange: |
(void) | - locationDataSource:locationDidChange: |
(void) | - locationDataSource:statusDidChange: |
(void) | - NMEALocationDataSource:satellitesDidChange: |
|
optionalinherited |
Tells the delegate that the heading has changed.
locationDataSource | The location data source causing the heading change. |
heading | The new heading. |
|
optionalinherited |
Tells the delegate that the location has changed.
locationDataSource | The location data source causing the location change. |
location | The new location. |
|
optionalinherited |
Tells the delegate that the data source status has changed.
locationDataSource | The location data source causing the location change. |
status | The new status. |
|
optional |
Tells the delegate that the satellite information has changed.
NMEALocationDataSource | The NMEA location data source for which the satellite info has changed. |
satellites | Updated satellite information. |