I have a page (view) in my Windows Phone 7 application that uses the Silverlight Map control.
I need to call the SetView method on the control, but I'd like to stick to the MVVM style of keeping functionality in the view model.
I plan to call this method after clicking on an application bar button, so I don't have access to the Map via the EventArgs parameter.
What's the best way to do this?