An open API service indexing awesome lists of open source software.

https://github.com/googlemaps-samples/ios-navigation-sdk-samples


https://github.com/googlemaps-samples/ios-navigation-sdk-samples

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Google Navigation SDK for iOS sample code

## Description

This repository contains sample code for use with the Google Navigation SDK for iOS.

## Requirements

Before starting, please note that these demos are directed towards a technical
audience. You'll also need Xcode 15.0 or later. If you're new to the API, please read the Introduction section of the Google Navigation API for iOS documentation - https://developers.google.com/maps/documentation/navigation/ios-sdk

## Installation

The `GoogleNavigation` folder contains the Swift sample code that is downloaded
when you run `pod try GoogleNavigation`. To use this project:

```
$ cd GoogleNavigation
$ pod install
$ open GoogleNavSwiftXCFrameworkDemos.xcworkspace
```

You will need to add an API Key to `GoogleNavigation/GoogleNavSwiftXCFrameworkDemos/Swift/SDKDemoAPIKey.swift`. Please see the
[documentation](https://developers.google.com/maps/documentation/navigation/ios-sdk/get-api-key)
for details on how to get an API Key.

## Documentation
https://developers.google.com/maps/documentation/navigation/ios-sdk

## Contributing

Please see [CONTRIBUTING.md](CONTRIBUTING.md).

## Terms of Service

This library uses Google Maps Platform services. Use of Google Maps Platform services through this library is subject to the Google Maps Platform [Terms of Service](https://cloud.google.com/maps-platform/terms).

**European Economic Area (EEA) developers**

If your billing address is in the European Economic Area, effective on 8 July 2025, the [Google Maps Platform EEA Terms of Service](https://cloud.google.com/terms/maps-platform/eea) will apply to your use of the Services. Functionality varies by region. [Learn more](https://developers.google.com/maps/comms/eea/faq).

This library is not a Google Maps Platform Core Service. Therefore, the Google Maps Platform Terms of Service (e.g. Technical Support Services, Service Level Agreements, and Deprecation Policy) do not apply to the code in this library.

## Support

This library is offered via an open source [license](LICENSE). It is not governed by the
Google Maps Platform Support
[Technical Support Services Guidelines](https://cloud.google.com/maps-platform/terms/tssg),
the [SLA](https://cloud.google.com/maps-platform/terms/sla), or the
[Deprecation Policy](https://cloud.google.com/maps-platform/terms) (however,
any Google Maps Platform services used by the library remain subject to the
Google Maps Platform Terms of Service).

If you find a bug, or have a feature request, please [file an issue](https://github.com/googlemaps-samples/ios-navigation-sdk-samples/issues) on
GitHub. If you would like to get answers to technical questions from other
Google Maps Platform developers, ask through one of our
[developer community channels](https://developers.google.com/maps/developer-community).
If you'd like to contribute, please check the [Contributing guide](CONTRIBUTING.md).

You can also discuss this library on our [Discord server](https://discord.gg/hYsWbmk).