ARKit-CoreLocation
ARKit-CoreLocation copied to clipboard
Location annotation node update image
Background
Adds the ability to update a LocationAnnotationNode's image/view/layer while it is being displayed without having to remove it from the AR scene and adding an updated node.
Breaking Changes
None.
Meta
- Tied to Version Release(s):
PR Checklist
- [ ] CI runs clean?
- [ ] Appropriate label has been added to this PR (i.e., Bug, Enhancement, etc.).
- [ ] Documentation has been added to all
open
, andpublic
scoped methods and properties. - [ ] Changelog has been updated
- [ ] Tests have have been added to all new features. (not a requirement, but helpful)
- [ ] Image/GIFs have been added for all UI related changed.