Group Location Service
An abstract class representing a GroupLocationService, which provides methods for sharing and listening to group locations. It extends the BaseService class and requires a context parameter for initialization.
Parameters
The context used for initialization and performing operations.
Inheritors
Functions
Registers an event callback for receiving group location events.
Starts listening to group updates and returns a flow of group users. This will allow you to receive location update from other group members.
Starts listening to group updates and registers an event callback. This will allow you to receive location update from other group members.
Starts sharing the device's location with the group. The other group members will be able to receive your current location.
Stops listening to group updates. This will stop location update from other group members.
Stops sharing the device's location with the group. The other group members will stop getting your location update.