android-place-picker icon indicating copy to clipboard operation
android-place-picker copied to clipboard

Android PlacePicker similar to that of Google Maps' location search

Results 4 android-place-picker issues
Sort by recently updated
recently updated
newest added

error: resource drawable/abc_ic_ab_back_mtrl_am_alpha (aka com.example.motorbikeapplication:drawable/abc_ic_ab_back_mtrl_am_alpha) not found.

The class `com.github.stephenbaidu.placepicker.PlaceDetail` is not having a public empty constructor. JSON serializing libraries like Jackson requires a default public constructor for serialization. Could you please add it to the library.

This is a request for possible feature. As the acitvity opens, an option where initial results based on given query parameters within limited radius (also given by query param are...

enhancement