MBXLocationObserver

@protocol MBXLocationObserver

Observer for getting updates from a LocationProvider.

  • Report when location has changed.

    Declaration

    Objective-C

    - (void)onLocationUpdateReceivedForLocations:
        (nonnull NSArray<MBXLocation *> *)locations;

    Parameters

    locations

    A batch of locations, ordered from oldest to newest, generated during the location updates interval.