Conversation
Co-authored-by: Zachary Kline <zkline@esri.com>
…eView.swift Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
[Update] Update NavigationSplitView with Toggle Button
[Setup] Refactor offline data download script
[Update] Move segmented picker to toolbar for Liquid Glass
Also use the 300.0 `queryDynamicEntities(withTrackIDs:)` method to show the new convenient method.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
[Update] Use queryDynamicEntities(trackIDs:) in Query dynamic entities
…iew.swift Co-authored-by: Ting <tchen@esri.com>
[New] (300.0) Add building scene layer
* add in popovers * add in menu * add in ui fixes * add in popover * update * update to move to form * update settings * update settings * update view * cleanup ui * cleanup, rename * cleanup max extent * fix bug * add in file * fix ui issue * Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * cleanup * remove unneeded radius * remove label change on switch * Apply suggestions from code review Co-authored-by: Ting <tchen@esri.com> * Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * add tooolbaritemgroup * Apply suggestions from code review Co-authored-by: Ting <tchen@esri.com> * update for presentationCompactAdaption * remove redundant setting boolean * add in service area change * cleanup * update * integrate 2 versions of functionality * pass in binding value * remove sheet button * revert change * Apply suggestions from code review Co-authored-by: Ting <tchen@esri.com> * Apply suggestions from code review Co-authored-by: Ting <tchen@esri.com> * Apply suggestions from code review Co-authored-by: Philip Ridgeway <pridgeway@esri.com> * change setting name * add in * update * update ui * update layout * remove index offset from enumeration * Apply suggestions from code review Co-authored-by: Philip Ridgeway <pridgeway@esri.com> * add in changes * update * synthesize initializer --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Ting <tchen@esri.com> Co-authored-by: Philip Ridgeway <pridgeway@esri.com>
[Fix] Add in max scale on downloaded to prevent requesting too many tiles.
[Update] `List contents of KML file` to use photo overlay data
[Fix] 300.0.0 verification issues
Co-authored-by: Caleb Rasmussen <crasmussen@esri.com>
…atureLayerRenderingModeOnSceneView.swift Co-authored-by: Caleb Rasmussen <crasmussen@esri.com>
[Update] Replace Portland buildings data in Add scene layer from service sample
[Update] order of feature layers
use APIs from Foundation instead of RegexBuilder
Co-authored-by: Ting <cht@bupt.cn>
Co-authored-by: Ting <tchen@esri.com>
[Update] Disable `nesting` SwiftLint rule
[New] Show line of sight analysis in map
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR releases the Samples with the
300.0.0version of ArcGIS Maps SDK for Swift.Linked Issue(s)
swift/issues/7901How To Test
Please test after the packages' 300.0.0 versions become available:
New samples
Enhancements
DynamicEntityDataSource.queryDynamicEntities(withTrackIDs:)method.Bug fixes