(X) Hide this Sign up for the upcoming webinar: Switching on the Cloud for Silverlight by Gill Cleeren. March 23rd, 11 am PST (check your local time)
Full info | Sign up | More webinars
Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 4 results for GPS.
Date between: <not defined> and <not defined>
Search in: News , Articles , Tips , Shows , Showcase , Books

Order by Publish Date   Ascending Title   Rating  

  • 0 comments  /  posted by  Silverlight Show  on  Mar 15, 2011 (1 week ago)
    Tags: GPS , Windows Phone 7 , Greg Duncan

    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on TwitterGreg Duncan has some tips and resources on using the GPS Emulator for Windows Phone 7.

    Source: Channel9

    In my twitter stream I caught someone once commenting about how hard it was to test a GPS enabled Windows Phone 7 app while in a building and how he was getting wet hanging out the window... (Yes, Clint, talk'n about you... )

    That's a good point. How DO you develop or test your GPS consuming Windows Phone 7 app in the building or worse yet, in the emulator? How can you test it to see if it works in other locations besides the one you're at right now? Say in another country, state, area, etc?


  • Windows Phone Training Kit – Update

    0 comments  /  posted by  Silverlight Show  on  Feb 03, 2011 (1 month ago)
    Tags: Windows Phone 7 , Training Kit , XNA , GPS , Yochay Kiriaty

    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on Twitter It has been a while since the Windows Phone Training Kit has been last updated and the Windows Phone Developer Team are happy to announce that they release updates (bug fix) and few new labs.

    Source: The Windows Phone Developer Blog

    The updated training kit includes a refresh to almost all the labs. We cleaned up some bugs and updated the labs to make sure each lab works on real phone devices, and not just the emulator.

    We also added two new labs, Accessing Windows Phone 7 Devices and Multi-touch Game Development XNA Framework.
  • 0 comments  /  posted by  Silverlight Show  on  Jan 31, 2011 (1 month ago)

    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on TwitterIn this post, Yochay Kiriaty discusses the GPS Emulator in Windows Phone 7.

    Source: The Windows Phone Developer Blog

    With the GPS Emulator, you can set a location anywhere on the globe by using the map display. Furthermore, you can plan routes with multiple intermediate waypoints, or use Bing services to calculate driving directions between locations. Once you’ve planned a route, you can simulate driving through the pre-defined waypoints along the path.

  • 0 comments  /  posted by  Silverlight Show  on  Dec 13, 2010 (3 months ago)
    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on Twitter

    In this post, Morten Nielsen explains how to simulate GPS on WP7.

    Source: SharpGIS

    While building some of my latest WinPhone apps, I needed to be able to able test moving around on a map, while being able to debug. However I preferred doing this at the comfort of my desk. So I had to “fake” a GPS signal. Luckily the GeoCoordinateWatcher class that is used for this, implements the interface “IGeoPositionWatcher<GeoCoordinate>”. If I were to create my own class that implements this interface, I had an option for using a separate class for receiving data from the location service. I ended up needing two types of location simulators for my routing app: One that starts at a given location and direction, and randomizes speed and direction over time.