Dynamically Pushpin on Nokia Map
-
Hi,
I am trying to plot multiple pushpin on Map using QML. I got this link http://developer.qt.nokia.com/forums/viewthread/4818/
Till now I am able to plot my location with a single pushpin, how do I plot multiple pushpin, using MapImage, and my data are coming from XML. I parse the data and store in XmlListModel. Is there any way I can used other model other then Landmarkmodel.Please suggest me.