Location
            interface LocationProvider
Content copied to clipboard
Defines the interface for Location Provider.
Functions
register
                    Link copied to clipboard
                        abstract fun registerLocationConsumer(locationConsumer: LocationConsumer)
Content copied to clipboard
Register the location consumer to the Location Provider.
un
                    Link copied to clipboard
                        abstract fun unRegisterLocationConsumer(locationConsumer: LocationConsumer)
Content copied to clipboard
Unregister the location consumer from the Location Provider.
Inheritors
DefaultLocationProvider
                          
                    
                  Link copied to clipboard