public class GeolocationDelegate extends BaseSensorDelegate implements me.adaptive.arp.api.IGeolocation
| Constructor and Description |
|---|
GeolocationDelegate()
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addGeolocationListener(me.adaptive.arp.api.IGeolocationListener listener)
Register a new listener that will receive geolocation events.
|
void |
removeGeolocationListener(me.adaptive.arp.api.IGeolocationListener listener)
De-registers an existing listener from receiving geolocation events.
|
void |
removeGeolocationListeners()
Removed all existing listeners from receiving geolocation events.
|
getAPIGroup, getAPIVersionpublic void addGeolocationListener(me.adaptive.arp.api.IGeolocationListener listener)
addGeolocationListener in interface me.adaptive.arp.api.IGeolocationlistener - to be registered.public void removeGeolocationListener(me.adaptive.arp.api.IGeolocationListener listener)
removeGeolocationListener in interface me.adaptive.arp.api.IGeolocationlistener - to be registered.public void removeGeolocationListeners()
removeGeolocationListeners in interface me.adaptive.arp.api.IGeolocation