Hi,
we are adding images to our maps to represent some real world objects.(buildings,gates etc.)
We have 2 questions regarding this;
1) We can add images either with points (PointType.Bitmap) or with Marker class (by setting imagesource)
Which one should we use? Which one is more performant?
2) Our customers would like to resize images on the maps. (like we can resize polygons,rectangles with EditOverlay.EditShapesLayer)
How can we accomplish this task?
Thanks&Regards