getGoogleStaticMapsApiKey

open fun getGoogleStaticMapsApiKey(@NonNull context: Context, @Nullable defaultValue: String): String

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

defaultValue

Value to return if the Google Maps API key does not exist.