Possible geolocation events.
Synopsis:
#include <bps/geolocation.h>
enumĀ {
GEOLOCATION_INFO = 0x01
GEOLOCATION_CANCEL = 0x02
GEOLOCATION_ERROR = 0x03
GEOLOCATION_STATUS = 0x04
};
Data:
- GEOLOCATION_INFO
- The geolocation info event, which contains all of the information about the current geolocation of the device.
- GEOLOCATION_CANCEL
- The geolocation cancel event, which indicates that geolocation events have been canceled.
- GEOLOCATION_ERROR
- The geolocation error event, which indicates that there was an error and provides details of that error.
- GEOLOCATION_STATUS
- The geolocation status event, which contains information about the client's current request and status.
Library:
libbps (For the qcc command, use the -l bps option to link against this library)
Description:
This enumeration defines the possible geolocation events.