Documentation for maplib/service/TrackerService.kt

interface TrackerDelegate : Serializable

Tracker delegate protocol. Correspondent functions will be executed on tracker service events.

class TrackerService : Service()

Service to get location information and store it into trackers table of current store. Also service notifies listeners on location events via local broadcast messages.