You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
55
77
## MapsAndPlacesDemo
56
78
### Description
57
79
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