arcgis-maps-sdk-swift-samples
arcgis-maps-sdk-swift-samples copied to clipboard
SwiftUI samples demonstrating various capabilities of ArcGIS Maps SDK for Swift
See https://github.com/Esri/arcgis-maps-sdk-swift-samples/pull/437#discussion_r1670329989
There is a reference to **ArcGIS Runtime** in the Navigate in AR [sample](https://viv-add-videos-preview.sites.afd.arcgis.com/swift/#from-our-videos). We need to replace all "ArcGIS Runtime" with "ArcGIS Maps SDK"
https://developers.arcgis.com/swift In "ArcGISDevelopers/native-apis-doc" repo, `/images/ios-sdk-general.jpg` Grab the screens from the latest app and use the "Apple Product Images", preferably the latest iPhone frame from [here](https://developer.apple.com/app-store/marketing/guidelines/)
`View.cornerRadius(_:antialiased:)` is deprecated in iOS 18. It uses in the Sample Viewer should be replaced with `clipShape(_:style:)` or `fill(style:)`.
I created an API key with all the privileges and added it to the .secrets file. But I still get the error ```ArcGIS Maps SDK invalid API Key Error: The...
## Description This PR implements `Add integrated mesh layer` in `Layers` category. [URL to README](https://github.com/Esri/arcgis-maps-sdk-swift-samples/blob/e47754fbba92b064bde0dc9c976840c7e49fa89e/Shared/Samples/Add%20integrated%20mesh%20layer/README.md) ## Linked Issue(s) - `swift/issues/6798` ## How To Test Pan and zoom in the scene....
## Description This PR implements `Add feature layer with time offset` in `Layers` category. URL to README: [Add feature layer with time offset](https://github.com/Esri/arcgis-maps-sdk-swift-samples/blob/phil2533/new-AddFeatureLayerWithTimeOffset/Shared/Samples/Add%20feature%20layer%20with%20time%20offset/README.md) ## Linked Issue(s) - `swift/issues/6815` ## How...
## Description This PR implements `Add raster from geopackage` in `Layers` category. [URL to README](https://github.com/Esri/arcgis-maps-sdk-swift-samples/blob/8170019fe411fbcb5d264da1a3d76570b5ec354b/Shared/Samples/Add%20raster%20from%20geopackage/README.md) ## Linked Issue(s) - `swift/issues/6823` ## How To Test Open the sample to see the...
## Description This PR implements `Add feature collection layer from table` in `Layers` category. [URL to README](https://github.com/Esri/arcgis-maps-sdk-swift-samples/blob/64285608d8af67fa0457f67a418bb5a9278ed21b/Shared/Samples/Add%20feature%20collection%20layer%20from%20table/README.md) ## Linked Issue(s) - `swift/issues/6807` ## Screenshots 
## Description This PR cherry picks 1e25927 and e8788fd from #724 since the fixes take place in 200.8.1 code. While the project would also still build with a2b6dbc, I did...