You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
390 B
10 lines
390 B
/** |
|
* To use GoogleMapsDemos, please register an API Key for your application and set it here. Your |
|
* API Key should be kept private. |
|
* |
|
* See documentation on getting an API Key for your API Project here: |
|
* https://developers.google.com/maps/documentation/ios/start#get-key |
|
*/ |
|
|
|
#error Register for API Key and insert here. Then delete this line. |
|
static NSString *const kAPIKey = @"";
|
|
|