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
Post a Comment