Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

The one with EvIL API

Compare
Choose a tag to compare
@Mycek Mycek released this 06 Nov 15:45
· 49 commits to master since this release

Version 2.0.0:

  • Prefix was changed from EST to EIL.
  • Updated dependency to Estimote iOS SDK 3.8.0.
  • Using EILIndoorLocationManager to provide position updates is separated into three layers now:
    • Use start to warm-up EILIndoorLocationManager to deliver earlier location states and position updates later on.
    • Use startMonitoringForLocation: to enable checking inside-outside location state. You can monitor multiple locations at the same time.
    • Use startPositionUpdatesForLocation: to obtain real-time position updates.
  • Mapping tool is no longer present in SDK, use Estimote Indoor Location app to access most recent version of the mapping tool instead.
  • Managing locations in Estimote Cloud is no longer handled by EILIndoorLocationManager. Use dedicated request classes. See README for more information.