Skip to content

Integration

Insiteo edited this page Apr 18, 2014 · 2 revisions

API integration is fully supported in Eclipse ADT but not guaranteed in Android Studio at the moment(integrate at your own risk).

Project setup

Insiteo's API are provided as 3 distinguished Android library project:

  • CommonAPI_Lib : The main library, it enables the initialization and gather the data that are common to all others libraries. This project is required in order to use the API.
  • LocationAPI_Lib : Gives you access to the indoor location features and all the other location based services (itinerary, geofencing ...).
  • MapAPI_Lib : Gives you access to the tiled map rendering.

NB: LocationAPI_Lib and MapAPI_Lib are not both required.

All those libraries must be linked to your application project. To do so under Eclipse, you have to select your project in the package explorer panel and right click -> Properties -> Android -> Add ....

Clone this wiki locally