v100.14.0 Release
This release updates the code for the ArcGIS Runtime SDK for iOS release v100.14. It includes:
- FloorFilter - a new component which simplifies visualization of GIS data for a specific floor of a building in your application. See the documentation here.
- The "basemap type" and "static basemap" initializers have been deprecated in the SDK at 100.14. They have been replaced by the "basemap style" initializers/methods. See this issue.
- Fix new linter warnings resulting from
SwiftLint 0.47.1
. - Replace the deprecated
AGSLocationDataSource.stop()
method withstopWithCompletion:
.