I've got a question to you guys - I want to get something like this:
Fragmentin anActivitywhich show a map withmarkerplaced on myLatLngposition on start.- There will be an
EditTextwhen I can type address which should be found - Let's say I would like to search it after I click a button (cause it is easier to implement thanAutoCompleteTextViewor something like that) and create amarkeron that place what was found. - But whenever I touch or tap on this map I would like to create new
marker(and delete the old one, there should be only one marker at a time).
Please help me with steps which should be done by me.