MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
Instance Methods | List of all members
<MPLocationsObserver> Protocol Reference

#include <MPLocationsObserver.h>

Inheritance diagram for <MPLocationsObserver>:

Instance Methods

(void) - onLocationsUpdate:source:
 
(void) - onLocationsDelete:source:
 
(void) - onStatusChange:source:
 

Detailed Description

Location observer protocol.

Method Documentation

◆ onLocationsDelete:source:

- (void) onLocationsDelete: (NSArray< NSString * > *) locations
source: (id< MPLocationSource >) source 

Location delete event method.

Parameters
locationsArray of deleted location ids.
sourceThe source of the deleted locations.

◆ onLocationsUpdate:source:

- (void) onLocationsUpdate: (NSArray< MPLocation * > *) locationUpdates
source: (id< MPLocationSource >) source 

Location update event method.

Parameters
locationUpdatesArray of updated locations.
sourceThe source of the updated locations.

◆ onStatusChange:source:

- (void) onStatusChange: (MPLocationSourceStatus) status
source: (id< MPLocationSource >) source 

Status change event method.

Parameters
statusThe new status of the location source.
sourceThe location source changing status.