| Interface | Description |
|---|---|
| IAResultCallback<R> |
Interface for receiving result of asynchronous computation when it completes.
|
| IATask<R> |
Asynchronous computation.
|
| Class | Description |
|---|---|
| IAFloorPlan |
IAFloorPlan calculates information required to place floor plan bitmap to earth's surface
|
| IALatLng |
Data object that holds location's latitude and longitude in degrees
|
| IALocationListenerSupport |
Convenience class that implements methods from
IALocationListener as no-ops. |
| IAResourceManager |
Helper class to retrieve resources from IndoorAtlas cloud service.
|
| IAResult<R> |
Data object holding the result of asynchronous computation.
|
| IAResult.Error |
Data object holding error information.
|
| Enum | Description |
|---|---|
| IAResult.Error.Category |