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
requestVenueInfois 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,IAGSAreaPropertyproperties can not access from objective-c syntax
[1.0.2] - 2021-07-14
Added
- New property
IAGSVenue.namegiven 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.locationprovide 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 Licensepage
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.startUpdatingLocationrelated services - New function
IAGSManager.stopSubscription()which stop GroundSage subscription service andIALocationManager.stopUpdatingLocationrelated services - New callback
IAGSManagerDelegate.didEnterDensityRegion(_:region:venue:) - New callback
IAGSManagerDelegate.didExitDensityRegion(_:region:venue:) - New properties
IAGSManager.location,IAGSManager.attitude,IAGSManager.heading,IAGSManager.attitudeFilter,IAGSManager.headingFilterandIAGSManager.monitoredGeofencesadded
Changed
- Upgrade Indooratlas SDK to 3.4.0-beta2
- Renamed
IAGSVenueDensity.idtoIAGSVenueDensity.venueId - Renamed
IAGSAreaDensity.idtoIAGSVenueDensity.IAGSAreaDensity.areaId - Renamed
didReceiveDensitytoIAGSManagerDelegate.didUpdate(_:venueDensity:)inIAGSManagerDelegate
Removed
- Removed function
IAGSManager.startSubscription(:venueId) - Removed function
IAGSManager.stopSubscription(:venueId) - Removed function
IAGSManager.stopAllSubscription() - Removed property
IAGSFloor.nameinIAGSFloor
[0.2.0] - 2020-11-11
Added
- New property
densityLevelinIAGSDensityLevelConfigwhich is using for indicating crowd density intensity.
Changed
- Renamed class
IAGSDensityLeveltoIAGSDensityLevelConfig. - Rename property
IAGSDensityLevel.densityLevelstoIAGSDensityLevelConfig.densityLevelConfiginIAGSDensityConfig.
Removed
- Removed property
invalidfromIAGSRange. - Removed class
IAGSVenue.IAGSProperty, all contents will put insideIAGSVenue.IAGSAreaPropertydirectly.
[0.1.0] - 2020-11-02
Added
- Initial public release with documentation
View on GitHub
Changelog Reference