Hi,
I am trying to place points on an .png file I have loaded. How do I do it?
Adding the location of the point in the code is also fine for now, but looking for placing the points when clicked on certain location on the map.
I am new to Mapsuite mvc.
In the index file I tried to add pointshape.-
PointShape pointShape = new PointShape(-45.324, 152.542); // values are lat long.
Will the image file contain lat long?
Thanks