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

Show complete addressLine in search list #336

Closed davidftrujillo closed 2 years ago

davidftrujillo commented 2 years ago

ISSUE

No issue

Description

Depending on how the user types the address they want to search for, the addresses displayed in the results list are not readable. The Address object already has anaddressLine property that contains the full human readable address. In this PR I'm using this property, if it has a value. If not, the full address is built as before.

Screenshots

Before After

Mandatory GIF

mandatory