arcgis-maps-sdk-swift-toolkit icon indicating copy to clipboard operation
arcgis-maps-sdk-swift-toolkit copied to clipboard

Mapping components that will simplify your Swift app development with the ArcGIS Maps SDK for Swift.

Results 144 arcgis-maps-sdk-swift-toolkit issues
Sort by recently updated
recently updated
newest added
trafficstars

- [ ] Add a "Lint Sources" Build Phase to the "Test Runner" target. All other project targets have this phase now. - [ ] Resolve newly raised linter warnings...

enhancement

#### 1. Use DocC links - #392 adds tutorial links in the component documentation. The absolute URLs to the tutorials can be replaced with [links to the specific tutorial doc](https://developer.apple.com/documentation/xcode/formatting-your-documentation-content#:~:text=%3Cdoc%3A/tutorials/SlothCreator%3E)....

Can we make use of the new ControlGroup SwiftUI View to create a GeometryEditor "toolbar"? ![image](https://github.com/Esri/arcgis-maps-sdk-swift-toolkit/assets/3718875/55e3f4bf-ad9d-4532-be12-c403718cc58f)

enhancement
question

An initial version of a Floating Panel has been created. The goal is to have a component similar in functionality to the Data Collection Open Source App floating panel. The...

enhancement

- Fallback to `FloorLevel.levelNumber` - See also Common Toolkit # 227 - Consider nesting `FloorFilterAutomaticSelectionMode` and `FloorFilterSelection` as noted [here](https://github.com/Esri/arcgis-maps-sdk-swift-toolkit/pull/392#discussion_r1294948228)

enhancement

- Nest `ScalebarSettings`, `ScalebarStyle`, `ScalebarUnits` as suggested [here](https://github.com/Esri/arcgis-maps-sdk-swift-toolkit/pull/392#discussion_r1294959244)

enhancement
v-300.0

The floating panel animates differently than the built-in sheet. It seems like it "rolls out" as opposed to pushing content around like the sheet does. From @dfeinzimer : > I...

The component unit tests need to access online resources to run. An example of this is the Search unit tests, which generate a large amount of geocoding requests. It would...

enhancement

The basemap gallery re-queries the portal for the basemaps every time it's shown. Is there a way that we can avoid that? I'm using the gallery like so: ```swift .sheet(isPresented:...

There've been several reports of an issue with resolving the 200.4 package due to Git LFS: ``` Couldn't check out revision 'a01f570fc225c2ada99913c3430cc42b948075f0': git-lfs filter-process: git-lfs: command not found fatal: the...

bug