Changelog
[1.0.5] - 2022-10-11
Changed
- Upgrade Indooratlas SDK to 3.5.5
[1.0.4] - 2021-10-06
Fixed
- Unexpected traffic if invalid api key or non GroundSage valid api key is used
- Unable convert geo location to density if
requestVenueInfo
is not being called
Changed
- Upgrade Indooratlas SDK to 3.4.9
[1.0.3] - 2021-07-16
Fixed
- Fix
IAGSAreaDensity
,IAGSDensityProperty
,IAGSDensityConfig
,IAGSDensityLevelConfig
,IAGSRange
,IAGSFloor
,IAGSAreaProperty
properties can not access from objective-c syntax
[1.0.2] - 2021-07-14
Added
- New property
IAGSVenue.name
given venue name
Changed
- Rename function
geoToAreaDensity(_:_:)
togeoToAreaDensity(_:floorLevel:)
Fixed
- Fix unable call
geoToAreaDensity(_:floorLevel:)
function in Objective-C syntax
[1.0.1] - 2021-05-07
Added
- New function
geoToAreaDensity(_:_:)
- New setter function
IAGSManager.location
provide ground truth location toIALocationManager
Changed
- Upgrade Indooratlas SDK to 3.4.3
- Migrate to Cloudsmith for package release
Fixed
- Fix swift version compatibility issue
[1.0.0] - 2021-02-08
Document
- Added
Open Source License
page
Added
- New function
IAGSManager.requestWayfindingRoute(from:to:callback)
Changed
- Upgrade Indooratlas SDK to 3.4.0-GA
- Update comments formatting
- Enchance update density on unstable network
- Remove venue parameter from Protocol
IAGSManagerDelegate.didEnterDensityRegion(_ manager, region)
- Remove venue parameter from Protocol
IAGSManagerDelegate.didExitDensityRegion(_ manager, region)
- Change
func startMonitoring(forGeofence: IAGeofence)
tofunc startMonitoring(for geofence: IAGeofence)
- Change
func stopMonitoring(forGeofence: IAGeofence)
tofunc stopMonitoring(for geofence: IAGeofence)
- Change
func setApiKey(_ apiKey: String, apiSecret: String)
tofunc setApiKey(_ apiKey: String, andSecret: String)
[0.3.0] - 2020-12-21
Document
- Added guideline migrate IndoorAtlas SDK to GroundSage SDK
Added
- New function
IAGSManager.addLocationManagerDelegate(_:)
which add location callback toIALocationManager
- New function
IAGSManager.removeLocationManagerDelegate(_:)
which remove location callback fromIALocationManager
- New function
IAGSManager.startMonitoring(geofence:)
which start geofence monitoring inIALocationManager
- New function
IAGSManager.stopMonitoring(geofence:)
which stop geofence monitoring inIALocationManager
- New function
IAGSManager.startMonitoring(wayfindingRequest:)
which start wayfinding inIALocationManager
- New function
IAGSManager.stopMonitoringForWayfinding()
which stop wayfinding inIALocationManager
- New function
IAGSManager.startSubscription()
which start GroundSage subscription service and provideIALocationManager.startUpdatingLocation
related services - New function
IAGSManager.stopSubscription()
which stop GroundSage subscription service andIALocationManager.stopUpdatingLocation
related services - New callback
IAGSManagerDelegate.didEnterDensityRegion(_:region:venue:)
- New callback
IAGSManagerDelegate.didExitDensityRegion(_:region:venue:)
- New properties
IAGSManager.location
,IAGSManager.attitude
,IAGSManager.heading
,IAGSManager.attitudeFilter
,IAGSManager.headingFilter
andIAGSManager.monitoredGeofences
added
Changed
- Upgrade Indooratlas SDK to 3.4.0-beta2
- Renamed
IAGSVenueDensity.id
toIAGSVenueDensity.venueId
- Renamed
IAGSAreaDensity.id
toIAGSVenueDensity.IAGSAreaDensity.areaId
- Renamed
didReceiveDensity
toIAGSManagerDelegate.didUpdate(_:venueDensity:)
inIAGSManagerDelegate
Removed
- Removed function
IAGSManager.startSubscription(:venueId)
- Removed function
IAGSManager.stopSubscription(:venueId)
- Removed function
IAGSManager.stopAllSubscription()
- Removed property
IAGSFloor.name
inIAGSFloor
[0.2.0] - 2020-11-11
Added
- New property
densityLevel
inIAGSDensityLevelConfig
which is using for indicating crowd density intensity.
Changed
- Renamed class
IAGSDensityLevel
toIAGSDensityLevelConfig
. - Rename property
IAGSDensityLevel.densityLevels
toIAGSDensityLevelConfig.densityLevelConfig
inIAGSDensityConfig
.
Removed
- Removed property
invalid
fromIAGSRange
. - Removed class
IAGSVenue.IAGSProperty
, all contents will put insideIAGSVenue.IAGSAreaProperty
directly.
[0.1.0] - 2020-11-02
Added
- Initial public release with documentation