I am using OSMDROID 4.
I have a list of osmdroid_markers. All with a title, snippet, long and lat. Markers are showing correctly.
So far...so good.
I want to kind of 'search' for the title of a marker and, if found, center on that specific marker.
I tried everything i can think of. The last thing was a code snippet from stevel05 in which he explained how to search in a list. This method gave a lot of false positives in the form of uk.co.martinpearman.osmdroid.views.overlay.Marker@40f82708
Can someone point me in the right direction how to search in the list of osmdroid_markers and center on a the desired one ?
Thanks,
I have a list of osmdroid_markers. All with a title, snippet, long and lat. Markers are showing correctly.
So far...so good.
I want to kind of 'search' for the title of a marker and, if found, center on that specific marker.
I tried everything i can think of. The last thing was a code snippet from stevel05 in which he explained how to search in a list. This method gave a lot of false positives in the form of uk.co.martinpearman.osmdroid.views.overlay.Marker@40f82708
Can someone point me in the right direction how to search in the list of osmdroid_markers and center on a the desired one ?
Thanks,