MMKLocationDelegate
protocol MMKLocationDelegate : NSObjectProtocol |
The listener that handles the updates to the device location.
Summary
Instance methods
func onLocationUpdated(with location: MMKLocation) |
func onLocationStatusUpdated(with status: MMKLocationStatus) |
Instance methods
onLocationUpdated(with:)
func onLocationUpdated(with location: MMKLocation) |
Handle location update information,.
onLocationStatusUpdated(with:)
func onLocationStatusUpdated(with status: MMKLocationStatus) |
Handle change in location provider status.