Esri / arcgis-maps-sdk-swift-samples

SwiftUI samples demonstrating various capabilities of ArcGIS Maps SDK for Swift
https://developers.arcgis.com/swift
Apache License 2.0
30 stars 9 forks source link
3d-map arcgis-maps-sdk arcgis-swift-sdk geocoding geospatial ios macos map mapping maps-sdk native-development samples sdk swift swift-sample swiftui

ArcGIS Maps SDK for Swift Samples

This repository contains Swift sample code demonstrating the capabilities of the ArcGIS Maps SDK for Swift and how to use those capabilities in your own app. The project can be opened in Xcode and run on a simulator or a device. Or you can download the app from the App Store on your iOS device.

Features

Requirements

The ArcGIS Maps SDK for Swift Samples app has a Target SDK version of 16.0, meaning that it can run on devices with iOS 16.0 or newer.

Building Samples Using Swift Package Manager

  1. Fork and then clone the repository
  2. Open the Samples.xcodeproj project file

    The project has been configured to use the arcgis-maps-sdk-swift-toolkit package, which provides the ArcGISToolkit framework as well as the ArcGIS framework.

  3. Run the Samples app target

To add the Swift packages to your own projects, consult the documentation for the ArcGIS Maps SDK for Swift Toolkit and ArcGIS Maps SDK for Swift.

Configuring API Keys

[!IMPORTANT] To run this app and access ArcGIS Location Services, follow these steps to obtain an API key access token and store it in a secrets file stored in the project file's directory, $(SRCROOT)/.secrets.

  1. Go to the Create an API key tutorial to obtain the API key access token. Ensure that the following privileges are enabled:
  1. Create a hidden secrets file in the project file's directory.

    touch .secrets
  2. Add your API key to the aforementioned secrets file. Adding an API key allows you to access ArcGIS location services, such as the basemap styles service.

    echo ARCGIS_API_KEY_IOS=your-api-key >> .secrets

    Replace 'your-api-key' with your API Key access token.

Please see Configure App Secrets for adding license string and other details.

Additional Resources

Contributing

Esri welcomes contributions from anyone and everyone. Please see our guidelines for contributing.

Find a bug or want to request a new feature? Please let us know by creating an issue.

Licensing

Copyright 2022 - 2024 Esri

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

A copy of the license is available in the repository's LICENSE file.