Namespaces
Variants
Actions
(Difference between revisions)

Real-time rotation of the Windows Phone 8 Map Control

Jump to: navigation, search
m (Ltuska - - New features in Windows Phone 8 Maps API)
m (Ltuska - - How to test multi touch in the emulator)
Line 21: Line 21:
  
 
=== How to test multi touch in the emulator ===
 
=== How to test multi touch in the emulator ===
 +
 +
But before we could start to work on our problem, we have to come over an obstacle: what if you (like me) doesn't have the hardware to test multi touch events on a real device. Luckily there is help on the internet. The [http://multitouchvista.codeplex.com/ Multi-Touch Vista project on codeplex] provides a Windows service which emulates a touch screen, with multiple touch point (at least if you happen to have at least 2 pointing devices).
 +
 +
To install this service, follow [http://multitouchvista.codeplex.com/releases/view/28979 the steps from the download page].
  
 
=== How the easy way should look like... ===
 
=== How the easy way should look like... ===

Revision as of 12:57, 9 December 2012


This article explains how to rotate the Windows Phone 8 Map Control object real-time. The provided solution uses the Touch class to react on FrameReported events. It also shows a relatively simple way to test multi touch behavior using the Windows Phone 8 emulator.

Note.png
Note: This is an "internal" entry in the Windows Phone 8 Wiki Competition 2012Q4. The author is a Nokia / Microsoft employee.

Contents

Motivation

Windows Phone 8 comes with a new Maps framework, and provides extended functionality compared to the Windows Phone 7.1 Maps components. One of these new features is that the developer can set the "Heading" property of the Map control. This property is described on the Maps and navigation for Windows Phone 8 page as: This parameter specifies the directional heading that is pointing “up” on the map. It is represented in geometric degrees by a value that is between 0 and 360, indicating the number of degrees to rotate the map.

Preparation

New features in Windows Phone 8 Maps API

Here are just a few new features for the Location framework I found interesting:

  • Improved ability for one-shot location acquisition
  • Map control, Map tasks can make use of the downloaded offline maps (no data connection required)
  • Background task support for location tracking applications
Tip.png
Tip: For a comprehensive introduction to the new capabilities of the Location API, watch this excellent video from channel 9.

Since these features are covered quite well in various tutorials in the internet, in this article I will concentrate only on the map view setting feature.

How to test multi touch in the emulator

But before we could start to work on our problem, we have to come over an obstacle: what if you (like me) doesn't have the hardware to test multi touch events on a real device. Luckily there is help on the internet. The Multi-Touch Vista project on codeplex provides a Windows service which emulates a touch screen, with multiple touch point (at least if you happen to have at least 2 pointing devices).

To install this service, follow the steps from the download page.

How the easy way should look like...

The solution

Conclusion

References

Windows Phone Multi-Touch Manipulation

How to handle manipulation events for Windows Phone

Building Apps for Windows Phone 8 Jump Start-Maps and Location in Windows Phone 8

Windows Phone 8 Maps Control API

Touch

FrameReported

'
SignpostIcon XAML 40.png
Article Metadata

Compatibility
Platform(s): Windows Phone 8

Article
Keywords: manipulation touch map control
Created: ltuska (09 Dec 2012)
Last edited: ltuska (09 Dec 2012)
588 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved