MapKit Mobile SDK

MMKLocationDelegate

protocol MMKLocationDelegate : NSObjectProtocol

The listener that handles the updates to the device location.

Summary

Instance methods

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

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

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.