ArcGIS Runtime SDK for iOS: AGSLocationDataSource(AGSDeprecated) Category Reference
ArcGIS Runtime SDK for iOS  100.15
AGSLocationDataSource(AGSDeprecated) Category Reference

Instance Methods

(void) - stop
 

Properties

BOOL started
 

Method Documentation

◆ stop

- (void) stop

This is invoked by the location display on the datasource to stop requesting location updates. Internally this method calls #doStop which subclasses must implement.

Since
100
Deprecated:
100.14. Replaced by stopWithCompletion: (AGSLocationDataSource).

Extends class AGSLocationDataSource.

Property Documentation

◆ started

- (BOOL) started
readnonatomicassign

YES if the data source has been started, NO otherwise.

Since
100.0
Deprecated:
100.14. Replaced by AGSLocationDataSource::status.

Extends class AGSLocationDataSource.