Hey,
I'm making a simple Java weather app. Program displays the weather's data for any city name typed in the text field. On the map I have a draggable marker. How and what to do to place this marker anywhere on the map and get any city's name to the Text Field like the program does originally. I know that reverse geocoding helps here, but I don't know how to do that.
Text field's id: fx:id = "city" and text = "Podaj Miejscowość"?