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
Add your API Key to `GoogleMapsDemos/SDKDemoAPIKey.h`.
32
55
33
56
## GoogleMaps-SwiftUI
34
57
@@ -39,8 +62,6 @@ $ cd GoogleMaps-SwiftUI
39
62
$ open GoogleMaps-SwiftUI.xcodeproj
40
63
```
41
64
42
-
You will need to add an API Key to your configuration. Please see the [documentation](https://developers.google.com/maps/documentation/ios-sdk/start#get-key) for details on how to get an API Key.
43
-
44
65
This project uses Swift Package Manager and requires the [GoogleMaps package](https://github.com/googlemaps/ios-maps-sdk). The sample code demonstrates best practices for integrating Google Maps into SwiftUI-based iOS applications.
45
66
46
67
## GooglePlaces
@@ -62,9 +83,7 @@ $ pod install
62
83
$ open GooglePlacesSwiftDemos.xcworkspace
63
84
```
64
85
65
-
You will need to add an API Key to `GooglePlacesDemos/SDKDemoAPIKey.h`. Please see the
Add your API Key to `GoogleNavigationDemos/SDKDemoAPIKey.h`.
91
108
92
109
## MapsAndPlacesDemo
93
-
### Description
110
+
94
111
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.
95
112
Click this [link](https://www.youtube.com/watch?v=u4Ih8EWqZio) to watch a video demonstration.
96
113
97
-
__This project was made by Haiming Xu as an internship project from 05/2020 to 08/2020__
98
-
### Requirements
99
114
- If you are emulating this from you Mac, please make sure to set the emulated phone's location (otherwise, location features will not work)
100
115
- A [Google Cloud Platform API key](https://developers.google.com/maps/documentation/ios-sdk/start#get-key) with Maps SDK for iOS and Places SDK for iOS enabled
101
116
- A light and dark themed map, which can be created [here](https://console.cloud.google.com/google/maps-apis/client-styles?project=verdant-medium-278819&folder=&organizationId=) (make sure you sign in first)
102
117
- If you want a different data set, ensure that it follows the correct formatting (and is also a JSON file) like the one provided (the data set provided can be found in dataset.json)
118
+
103
119
### Installation
104
120
1. Make sure you are in the right folder (MapsAndPlacesDemo)
105
121
2. Run `pod install`
@@ -109,23 +125,52 @@ __This project was made by Haiming Xu as an internship project from 05/2020 to 0
109
125
## Tutorials
110
126
111
127
The `tutorials` sub-directory contains sample code that accompanies tutorials in the developer
112
-
documentation, such as
128
+
documentation, such as
113
129
[Adding a Map with a Marker](https://developers.google.com/maps/documentation/ios-sdk/map-with-marker),
114
130
and more. Follow the tutorials for a quick guide to using the SDK.
115
131
116
132
## Snippets
117
133
118
134
The `snippets` sub-directory contains code snippets that can be found in the developer documentation site.
119
135
136
+
## Contributing
137
+
138
+
External contributions are not accepted for this repository. See [contributing guide] for more info.
139
+
140
+
## Terms of Service
141
+
142
+
This sample uses Google Maps Platform services. Use of Google Maps Platform services through this sample is subject to the Google Maps Platform [Terms of Service].
143
+
144
+
This sample 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 sample.
145
+
120
146
## Support
121
147
122
-
If you find a bug or have a feature request related to these samples, please [file an issue](https://github.com/googlemaps/maps-sdk-for-ios-samples/issues).
148
+
This sample is offered via an open source [license]. It is not governed by the Google Maps Platform Support [Technical Support Services Guidelines], the [SLA], or the [Deprecation Policy]. However, any Google Maps Platform services used by the sample remain subject to the Google Maps Platform Terms of Service.
149
+
150
+
If you find a bug, or have a feature request, please [file an issue] 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]. If you'd like to contribute, please check the [contributing guide].
151
+
152
+
If you find a bug or have a feature request related to one of the SDKs, you can file an issue at their respective pages:
153
+
154
+
-[Maps SDK for iOS Issue Tracker](https://developers.google.com/maps/documentation/ios-sdk/support#issue-tracker)
155
+
-[Places SDK for iOS Issue Tracker](https://developers.google.com/maps/documentation/places/ios-sdk/support#issue-tracker)
156
+
-[Navigation SDK for iOS Issue Tracker](https://developers.google.com/maps/documentation/navigation/ios-sdk/support#issue-tracker)
123
157
124
-
If you find a bug or have a feature request related to one of the SDKs, you can file an issue on either the
125
-
[Google Maps SDK for iOS Issue Tracker](https://developers.google.com/maps/documentation/ios-sdk/support#issue-tracker).or the
126
-
[Places SDK for iOS Issue Tracker](https://issuetracker.google.com/savedsearches/5050150).
158
+
You can also discuss these samples on our [Discord server].
127
159
128
-
You can also discover additional support services for the Google Maps Platform, including developer communities,
129
-
technical guidance, and expert support at the Google Maps Platform [support resources page](https://developers.google.com/maps/support/).
0 commit comments