get Google Static Maps Api Key
open fun getGoogleStaticMapsApiKey(@NonNull context: Context, @Nullable defaultValue: String): String
Content copied to clipboard
The Google Static Maps API key (empty if no key is configured)
Return
Google Static Maps API key or null
Parameters
context
The application context
default Value
Value to return if the Google Maps API key does not exist.