public interface IGeolocationListener extends IBaseListener
| Modifier and Type | Method and Description |
|---|---|
void |
onError(IGeolocationListenerError error)
No data received - error condition, not authorized or hardware not available.
|
void |
onResult(Geolocation geolocation)
Correct data received.
|
void |
onWarning(Geolocation geolocation,
IGeolocationListenerWarning warning)
Data received with warning - ie.
|
getIdgetAPIGroup, getAPIVersionvoid onError(IGeolocationListenerError error)
error - Type of error encountered during reading.void onResult(Geolocation geolocation)
geolocation - Geolocation Beanvoid onWarning(Geolocation geolocation, IGeolocationListenerWarning warning)
geolocation - Geolocation Beanwarning - Type of warning encountered during reading.