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 - How to display all orders for a single product showing the most recent first? Woocommerce -

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

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -