SITRealTimeData Class Reference

Inherits from NSObject
Declared in SITRealTimeData.h

Overview

A data object that provides information about the location of users in real time

  locations

Array of locations at the moment.

@property (nonatomic, strong) NSArray<SITLocation*> *locations

Discussion

Note that each SITLocation object contains a SITLocation#deviceId property that enables to update locations from the same user.

If the phone asking for realtime updates is being located, it will be included on the SITRealTimeData#locations array. You can discard it by filtering by deviceId. The deviceId of the own phone is available at SITServices

Declared In

SITRealTimeData.h