I have an MVC app which is pretty simple so far but I want to add a driving directions page to the clients location. I see plenty of examples using the traditional code behind model but none with MVC. The app uses master pages and content pages. I'm pretty new to MVC so bear with me. Any exaples of doing this would be much appreciated.
PS - I'm not totally against integrating a standard code behind type page in the app if needs be.
Thanks in advanve.
Mike