Hi
I use the location.DistanceTo function to see points near my position.
I want to use the sort function with list, but the problem, I have many ArrayList, so it does not work !
Log(ListkMarkersNearMe)
How to compile all Array As String("29351","16025", "22367", "2674") in a single list for use xxxx.Sort(True) ?
Thks
I use the location.DistanceTo function to see points near my position.
I want to use the sort function with list, but the problem, I have many ArrayList, so it does not work !
Log(ListkMarkersNearMe)
B4X:
(ArrayList) [6616]
(ArrayList) [29351]
(ArrayList) [16025]
(ArrayList) [22367]
(ArrayList) [2674]
How to compile all Array As String("29351","16025", "22367", "2674") in a single list for use xxxx.Sort(True) ?
Thks