Hi,
Am working with Marker class for my application.
I have two specific requirements with Marker class on which i have few doubts,
1. Resizing the marker dynamically.
Marker object can be given specific height and width. If not, a default marker with default dimensions appears.
I want to resize the dimensions of the marker run time(something as we do in "track and edit shapes" example but I should not be using EditOverlay). Please let me know how to do that using Marker class and MarkerOverlay.
2.Marker Label
Currently i can bind an image to the image source property and i can add any text to the marker using content property.
But doing so, am getting the text at the centre of the marker. so other way around, i can put both image and text onto the marker using content template.
I want to know if there is any simple way wherein i can place the text of the marker at the bottom of the marker without using any content template.
Thanks.
Prasanna