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