The Media Center Sandbox

Resources and discussion for developing experiences in the Windows Media Center platform.
Welcome to The Media Center Sandbox Sign in | Join | Help
in Search

Showing a map?

Last post 08-23-2010, 11:08 PM by AndyC. 1 replies.
Sort Posts: Previous Next
  •  08-23-2010, 5:23 PM 9836

    Showing a map?

    I'm completely new to Media Center development and am trying to determine if an idea I have is doable. I've written a small library that talks to Google Latitude (and soon Facebook) and gets our current GPS locations.

    What I'd like to do is to add an application for Media Center 7 that calls this library and shows it on a Bing/Google map, right in Media Center.

    I have zero experience with MCML, but have used WPF before. Obviously the complicated part of this plan is the map. Can I host an HTML frame somehow? Or perhaps use the Bing Silverlight control?

    Thanks, and my plan is to make this all open source if anyone is interested.
  •  08-23-2010, 11:08 PM 9837 in reply to 9836

    Re: Showing a map?

    You can't host an HTML frame or a Silverlight control.

    What you can do is to show a graphic, so if you write some code that converts your map to a file-based graphic, you can then display that on the page.

    If you have the graphic in memory, you can display that instead of writing it out to file first.

    Cheers,
    Andrew
View as RSS news feed in XML
Powered by Community Server, by Telligent Systems