android - Storing markers in Maps -


i want store markers clicked map in arraylist or hashmap. markers added using kml layer, 1 marker having following code:

 <placemark>     <name>point 1</name>     <description>some_description</description>     <point>       <coordinates>0,0,0</coordinates>     </point>   </placemark> 

i store coordinates description , maybe name.


Comments

Popular posts from this blog

php - Autoloader issue not returning Class -

java - How to put two numbers separated by a space into two different arrays -

c++ - Why am i getting wrong values when performing PE base relocation? -