I am making an app in which i have to show Map in my Application.
I am able to show map and able to add Markers using annotation on Mapview.
Problem is
1> I am not able to show multiple markers on map.
So any body can help me how i can add multiple markers on Map.
Thanks,
Rakesh
Here is a map class that I use. You would include this map.js file in your window and call map.init and pass in an array of map annotations to add, the center lat/long, the top and bottom positions of the map, and optionally the lat/long delta. If you want to dynamically add annotations after the map has already been created then you can call the other functions in the class to do so: