|
MapsIndoors iOS SDK V3
|
#include <MPLocationsObserver.h>
Instance Methods | |
| (void) | - onLocationsUpdate:source: |
| (void) | - onLocationsDelete:source: |
| (void) | - onStatusChange:source: |
Location observer protocol.
| - (void) onLocationsDelete: | (NSArray< NSString * > *) | locations | |
| source: | (id< MPLocationSource >) | source |
Location delete event method.
| locations | Array of deleted location ids. |
| source | The source of the deleted locations. |
| - (void) onLocationsUpdate: | (NSArray< MPLocation * > *) | locationUpdates | |
| source: | (id< MPLocationSource >) | source |
Location update event method.
| locationUpdates | Array of updated locations. |
| source | The source of the updated locations. |
| - (void) onStatusChange: | (MPLocationSourceStatus) | status | |
| source: | (id< MPLocationSource >) | source |
Status change event method.
| status | The new status of the location source. |
| source | The location source changing status. |