I have an application that previously used GMap, therefore I used many of the gmap features. One of those features that i used was GMapMarker. This marker has a shape property and I was able to create my own class that pulled a svg file from and would give the marker a few other properties, then it displayed this marker on the map. I'm now trying to convert over to arcgis and am having a hard time converting this part.
1. Is there a way to display a svg file onto a map?
It seems that arcgis has a limited amount of symbolmarkers tha can be used.
2. I know this is most likely not possible, but is there a way to keep the gmapmarker and display it onto the map? I'm sure it would have to be a work around not using a graphics overlay.