AbduzZami / open_street_map_search_and_pick

GNU General Public License v3.0
15 stars 30 forks source link

[BUG] remove address text on bottom of the map #12

Closed TOMSLAUS closed 1 year ago

TOMSLAUS commented 1 year ago

Seems like for debuging purposes address is shown in address field but also on bottom of the map.

bartzdev commented 1 year ago

I faced the same problem, so I created a pull request that includes two new properties to OpenStreetMapSearchAndPick constructor: locationPinText and locationPinTextStyle. With this two properties, you can customize a text that will appear above location pin icon. If you pass a empty String, nothing will be shown.