public interface IGeolocation extends IBaseSensor
| Modifier and Type | Method and Description |
|---|---|
void |
addGeolocationListener(IGeolocationListener listener)
Register a new listener that will receive geolocation events.
|
void |
removeGeolocationListener(IGeolocationListener listener)
De-registers an existing listener from receiving geolocation events.
|
void |
removeGeolocationListeners()
Removed all existing listeners from receiving geolocation events.
|
getAPIGroup, getAPIVersionvoid addGeolocationListener(IGeolocationListener listener)
listener - to be registered.void removeGeolocationListener(IGeolocationListener listener)
listener - to be registered.void removeGeolocationListeners()