| Interface | Description |
|---|---|
| LocationObjectFetchCallback |
The callback is invoked when a fetch of a single LocationObject is completed.
|
| LocationObjectsFetchCallback |
The callback is invoked when a fetch of one or more LocationObjects is completed.
|
| LocationObjectsQueryCallback |
This callback will be invoked when a query to the Location service is completed.
|
| Class | Description |
|---|---|
| Location |
Library interface to the Oracle Mobile Cloud location service.
|
| LocationAddress |
* A LocationAddress is used to specify the physical location of a LocationPlace.
|
| LocationAltBeacon |
Used to specify the vendor-specific state for a device's beacon.
|
| LocationAsset |
An asset describes a portable item that can be associated with one or more devices.
|
| LocationAssetQuery |
An asset query represents more than a "search for assets".
|
| LocationBeacon |
A beacon represents the vendor-specific state associated with a device.
|
| LocationDevice |
A device adds context to a vendor-specific beacon and associates it with an asset or place.
|
| LocationDeviceContainer |
A device container is an object that can be associated with one or more devices (either an asset or place).
|
| LocationDeviceContainerQuery |
A device container query can be configured to search for device containers (assets or places).
|
| LocationDeviceQuery |
A device query represents more than a "search for devices".
|
| LocationEddystoneBeacon |
This is used to specify the vendor-specific state for a device's beacon.
|
| LocationGeoCircle |
A geo circle, which consists of a geographical center point and a radius,
is one of several ways to specify a place's address.
|
| LocationGeoPoint |
A geo point, which is specified as a latitude/longitude pair,
is one of several ways to specify a place's address.
|
| LocationGeoPolygon |
A geo polygon, which consists of a list of geographical vertices,
is one of several ways to specify a place's address.
|
| LocationIBeacon |
This is used to specify the vendor-specific state for a device's beacon.
|
| LocationObject |
A location object is one of the major components of the Location service model.
|
| LocationObjectQuery |
A location object query can be configured to search for the various location objects (assets, devices, or places).
|
| LocationObjectQueryResult<K extends LocationObjectQuery,V extends LocationObject> |
A query result represents the results returned from the Location service for a particular query.
|
| LocationPlace |
A place represents a geographical location that can be associated with one
or more devices.
|
| LocationPlaceQuery |
A place query represents more than a "search for places".
|
| Enum | Description |
|---|---|
| LocationAddress.LocationAddressType |
The address type
|
| LocationBeacon.LocationBeaconType |
The beacon type
|
| LocationDeviceContainerQuery.LocationDeviceContainerQueryOrderByAttributeType |
Order-by attribute (ascending or descending).
|
| LocationDeviceQuery.LocationDeviceQueryOrderByAttributeType |
Order-by attribute (ascending or descending).
|
| LocationDeviceQuery.LocationDeviceQueryProtocolType |
The device beacon protocol type.
|
| LocationObjectQuery.LocationObjectQueryFormatType |
Query format (long or short).
|
| LocationObjectQuery.LocationObjectQueryOrderByOrderType |
Order-by order (ascending or descending).
|