through jsonparsing i parse all the string values again i need to display the latitude and longitude in the mapview.. where i need to store all the coordinates in a separate array
anyone please help me ..
thanks in advance
through jsonparsing i parse all the string values again i need to display the
Share
I am not sure how is your func of parseString, I assume that you can get 2 string value of lat and long. The remaining part can be done as followed
To display it on the map, you need to create an overlay with a bitmap pinpoint in res/ folder
A class of MapOverlay could be defined as such: