- 1.3.1
- 1.3.0
- PR #255 - Fix minor error with placement of route steps
- PR #249 - Fix Memory Leak
- PR #244 - Improve geodesy calculations and test coverage
- PR #240 - Fix build error, update compiler checks
- PR #232 - Add new demo app to exercise node types and scene parameters
- PR #230 - Expose an adjustment factor for label annotation height
- PR #225 - Expose SceneLocationView.locationOfLocationNode
- PR #222 - Trigger viewWillDisappear/viewWillAppear calls when app backgrounded/foregrounded
- PR #220 - Render distant nodes behind closer nodes
- PR #213 - Allows specifying CALayer as POI view
- PR #224 - Enable default lighting
- PR #220 - Render distant nodes behind closer nodes
- PR #197 - Interact with location nodes
- PR #215 - Allow route creation from a set of polylines
- 1.2.1
- PR #207 - Addresses Issue #136 - ARCL lacks CI
- PR #209 - Updates polyline position/scale when GPS location is updated
- PR #206 - Addresses Issue #196 - setting the SceneLocationView delegate prevents scene rendering
- PR #204 - Converts from Swift 4.2 -> Swift 5.0
- PR #203 - InfoLabel includes additional heading data
- PR #198 - Adds support for AR Orientation Tracking
- PR #193 - Adds support for Swift Package Manager
- 1.2.0
- PR #185 - Custom boxes for directions
- PR #184 - adds "ignoreAltitude" to LocationNode
- PR #183 - Scaling schemes
- PR #182 - child node scaling
- PR #181 - Cleans up warnings
- PR #177 - Fixes the workspace schemes
- PR #176 - Fixes issue #164
- Fixes an issue where dismissing the ARCL Scene View can make other UIs unusable
- Creating LocationNodes from a UIView now just creates an image from that view and uses the image.
- PR #171 - Support Carthage and open SceneLocationView for extension
- 1.1.0
- PR #159 - Directions (Routes) and AR Polylines
- Adds the ability to take an array of
MKRoute
objects and render it as a route in AR (similar to the demo gif on the README) - Updates the demo app to allow you to demonstrate this capability
- Adds the ability to take an array of
- PR #159 - Directions (Routes) and AR Polylines