public interface UserLocationSource
Modifier and Type | Interface and Description |
---|---|
static interface |
UserLocationSource.LocationListener
The interface for listening to changes in the user's location.
|
Modifier and Type | Method and Description |
---|---|
void |
setLocationListener(UserLocationSource.LocationListener listener)
Sets the listener to receive notifications when the location changes.
|
void setLocationListener(UserLocationSource.LocationListener listener)
null
to
remove it.