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

#include <MPMappedLocationUpdateHandler.h>

Inheritance diagram for <MPMappedLocationUpdateHandler>:

Instance Methods

(void) - willUpdateLocationsOnMap:
 

Method Documentation

◆ willUpdateLocationsOnMap:

- (void) willUpdateLocationsOnMap: (nonnull NSArray< MPLocation * > *) locations
required

Called when MPMapControl will invoke a location update on the map.

Parameters
locationsThe locations that will be updated.