android - xml parsing for showing marker on google map -


i want show marker of diffrent color on google map according "type" in xml..means want diffrentiate marker acccording "type" in xml sir how parsing showing marker of diffrent color in google map , when click of marker shows baloon in "gallery name" wrriten..... url http://site4demo.com/artealdiaonline/output.php?lat=-34.6394879&lng=-58.3617837kkj

your xml file not small. recommend use sax parser purpose. don't need these information in in-memory objects guess because want make markers on map. dom, whole xml tree kept in memory. i'm trying avoid on phones time due limited memory resources.

so can use sax parser (here easy example: sax) , react on row elements creating new marker in map.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -