AdevintaSpain / Leku

:earth_africa: Map location picker component for Android. Based on Google Maps. An alternative to Google Place Picker.
https://adevintaspain.github.io/Leku/
Apache License 2.0
763 stars 170 forks source link

Issue :: Map does not appear #381

Closed amirisback closed 8 months ago

amirisback commented 8 months ago

Describe the bug

To Reproduce My code like this

fun Context.intentLocationPickerExt(): Intent {
    return LocationPickerActivity.Builder(QomunalApplication.applicationContext())
        .withGeolocApiKey(getKey())
        .withGooglePlacesApiKey(getKey())
        .withSearchZone("id_ID")
        .withDefaultLocaleSearchZone()
        .shouldReturnOkOnBackPressed()
        .withGooglePlacesEnabled()
        .build()
}

Expected behavior

Screenshots

Smartphone: