#ifndef __secret #define __secret // Copy this file to 'secret.h' and customize the constants. // It is included in .gitignore by default so that you won't // accidentally commit the dark secrets hidden within. #define SecretsPresent // They're not really that dark though. // Used for the Geocode API to get the local timezone // Register for a Google API key at: // https://console.developers.google.com/ // // ...and be sure to enable "Google Maps Geocoding API" for // your project. static const char* GoogleAPIKey = ""; #endif