I have about 60 Markers
for about 20 different locations in text files on my lap.
I also have a string-array
contains the names of the locations displayed on RecyclerView
when a location is clicked a map is opened at that location with the given Markers
added.
My question is where to save the lng,lat of these Markers
so I can get them at runtime when needed.
EDIT: Database is my last choice, as I am new with it and I have little time.I hope there is a way to save these values to xml arrays.