I\'m trying to get a map overlay working on Windows Phone 8 using an MVVM code structure. I can\'t seem to get the GeoCoordinate property of the MapOverlay to bind to my Vie
To fix this you need to implicitly tell your binding where to find the property, in MVVM Light world it would look like:
also, you will need the dispatcher on the viewmodel to handle the ui change