孙汇洲 623b16f178 2018年6月1日加入了GoogleMap vor 7 Jahren
..
SDKDemos 623b16f178 2018年6月1日加入了GoogleMap vor 7 Jahren
SDKDemos.xcodeproj 623b16f178 2018年6月1日加入了GoogleMap vor 7 Jahren
GoogleMaps.framework 689098fa81 2018年5月31日从tempestrock/CarPlayer上下载下来,修改后重新上传到GitHub,因为原先的项目没有人维护了,我希望能自己召集人来维护这个项目 vor 7 Jahren
README.GoogleMapsSDKDemos 623b16f178 2018年6月1日加入了GoogleMap vor 7 Jahren
SDKDemos.gyp 623b16f178 2018年6月1日加入了GoogleMap vor 7 Jahren

README.GoogleMapsSDKDemos

GoogleMapsSDKDemos contains a demo application showcasing various features of
the Google Maps SDK for iOS.

Before starting, please note that these demos are directed towards a technical
audience. You'll also need Xcode 6.3 or later, with the iOS SDK 7.0 or later.

If you're new to the SDK, please read the Introduction section of the Google
Maps SDK for iOS documentation-
https://developers.google.com/maps/documentation/ios

Once you've read the Introduction page, follow the first couple of steps on the
"Getting Started" page. Specifically;

* Obtain an API key for the demo application, and specify the bundle ID of
this demo application as an an 'allowed iOS app'. By default, the bundle ID
is "com.example.SDKDemos".

* Open the project in Xcode, and update `SDKDemoAPIKey.h` with this key.

If you'd like to add a new sample, add a new subclass of `ViewController` and
add it to the samples definitions inside the `Samples.m`.