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

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -