PlacePicker icon indicating copy to clipboard operation
PlacePicker copied to clipboard

Free Android Map Place Picker alternative using Geocoder instead of Google APIs

Results 9 PlacePicker issues
Sort by recently updated
recently updated
newest added

@suchoX I've started to implement [dynamic colors](https://m3.material.io/libraries/mdc-android/color-theming#using-dynamic-colors) in my app, and it's applying the dynamic color scheme fine in all activities except the `PlacePicker` activity... in that it is still...

The textEdit field closes when typing

Is there any way to change the position of the search bar so that it's at the top of the window, without a large gap? See below. Also, what is...

If the device hasn't internet connection and you launch the place picker and the map is not able to show the tiles and then you go back to the previous...

Heya! I tried putting in your picker and sadly run into a wierd crash: ``` java.lang.RuntimeException: Unable to start activity ComponentInfo{com.joinally.mainapplication/com.sucho.placepicker.PlacePickerActivity}: java.lang.IllegalStateException: findViewById(R.id.search_bar_card_view) must not be null Caused by: java.lang.IllegalStateException:...

Would be a great feature to be able to put custom markers on set places. For example I have certain points that I wish the user could see on the...

enhancement

i got this error message, my gradle file: `implementation 'com.google.android.gms:play-services-maps:17.0.0' implementation 'com.sucho:placepicker:1.0.0' ` `java.lang.NoSuchFieldError: No static field marker_image_view of type I in class Lcom/sucho/placepicker/R$id; or its superclasses (declaration of 'com.sucho.placepicker.R$id'...

use android's compile-time view binding instead of findViewById

- `getSerializableExtra` got deprecated :( so added `getSerializableExtraCompat` - according to IDE warning, prefer `listOf` over `Arrays.asList` - use string resource for generating comma separated lat long