YMKLocationDelegate

protocol YMKLocationDelegate : NSObjectProtocol

The listener that handles the updates to the device location.

Summary

Instance methods

func onLocationUpdated(with location: YMKLocation)
Handle location update information,

func onLocationStatusUpdated(with status: YMKLocationStatus)
Handle change in location provider status

Instance methods

onLocationUpdated(with:)

func onLocationUpdated(with location: YMKLocation)

Handle location update information,.


onLocationStatusUpdated(with:)

func onLocationStatusUpdated(with status: YMKLocationStatus)

Handle change in location provider status.