I am trying to add marker - images on client side. For eg:Once the shapes are drawn I want to be able to draw markers to display if the shape is located near a power pole, light pole, fire hydrant etc.. I have a set of images that will be used as markers on the map.
To improve performance the markers have to be added on to Client side and then processed on the server side.
I checked all the samples but looks like the samples are geared for the Server side processing.
I was wondering how I can add the marker on Client side -
1. Does the map control have anything for the marker for Client side as it does for the shapes DrawMode - Map1.SetDrawMode(‘ShapeType’);
2. Once the markers are added on the client side, how will I retrieve the information on the server side?
Any assistance, samples would be truly appreciated.