Skip to content

Commit b1e19c8

Browse files
authored
Update README.md (#203)
Include details about the newly added GoogleNavigation.
1 parent f777e9e commit b1e19c8

File tree

1 file changed

+25
-3
lines changed

1 file changed

+25
-3
lines changed

README.md

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
![GitHub contributors](https://img.shields.io/github/contributors/googlemaps/maps-sdk-for-ios-samples)
22
![Apache-2.0](https://img.shields.io/badge/license-Apache-blue)
33

4-
# Google Maps SDK for iOS and Google Places API for iOS sample code
4+
# Google Maps SDK for iOS, Google Places SDK for iOS, and Google Navigation SDK for iOS sample code
55

6-
This repository contains sample code for use with the Google Maps SDK for iOS
7-
and Google Places API for iOS.
6+
This repository contains sample code for use with the Google Maps SDK for iOS, Google Places SDK for iOS and Google Navigation SDK for iOS.
87

98
## GoogleMaps
109

@@ -52,6 +51,29 @@ You will need to add an API Key to `GooglePlacesDemos/SDKDemoAPIKey.h`. Please s
5251
[documentation](https://developers.google.com/places/ios-api/start#get-key)
5352
for details on how to get an API Key.
5453

54+
## GoogleNavigation
55+
56+
The `GoogleNavigation` and `GoogleNavigation-Swift` sub-directory contains the sample code that is downloaded
57+
when you run `pod try GoogleNavigation`. To use this project:
58+
59+
```
60+
$ cd GoogleNavigation
61+
$ pod install
62+
$ open GoogleNavigationDemos.xcworkspace
63+
```
64+
65+
For Swift samples:
66+
67+
```
68+
$ cd GoogleNavigation-Swift
69+
$ pod install
70+
$ open GoogleNavigationSwiftDemos.xcworkspace
71+
```
72+
73+
You will need to add an API Key to `GoogleNavigationDemos/SDKDemoAPIKey.h`. Please
74+
[contact the sales team](https://cloud.google.com/contact-maps)
75+
for details on how to get an API Key.
76+
5577
## MapsAndPlacesDemo
5678
### Description
5779
This demo application looks to bridge some of the features found in the GooglePlaces and GoogleMaps demo applications as well as utilize some of the ways the two API's can work together.

0 commit comments

Comments
 (0)