MMKLocationDelegate
|
@protocol MMKLocationDelegate <NSObject> |
The listener that handles the updates to the device location.
Summary
Instance methods
|
- (void)onLocationUpdatedWithLocation:(nonnull MMKLocation *)location; |
|
- (void)onLocationStatusUpdatedWithStatus:(MMKLocationStatus)status; |
Instance methods
onLocationUpdatedWithLocation:
|
- (void)onLocationUpdatedWithLocation:(nonnull MMKLocation *)location; |
Handle location update information,.
onLocationStatusUpdatedWithStatus:
|
- (void)onLocationStatusUpdatedWithStatus:(MMKLocationStatus)status; |
Handle change in location provider status.