How do I get the screen coordinates of a MapMarker?

I’m dropping a bunch of MapMarkers on a map and now I want to draw lines between them but I can’t figure out how to get a hold of the x, y coordinates of a MapMarker.

Anyone have a clue?

There was an attempt on implementing MapPolyline a while ago, but that initiative was abandoned by the author. It’s not going to be an easy task, but hey, perhaps you can take it over?

You could get them by using Observables?

<MapMarker Label="My Marker 1" Latitude="{marker1Lat}" Longitude="{marker1Lon}" />

Those would be the geo coordinates of the markers, not the x/y on screen. Either way, no help for “drawing lines” there.

Oh, my bad, yeah you’re right, perhaps it will be there in the next community version of fuse? :smiley: