Building Apps for Windows Phone 8 Jump Start: (14) Maps and Location in Windows Phone 8
- Posted: Dec 04, 2012 at 11:28 AM
- 12,752 Views
- 2 Comments
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Right click “Save as…”
During this module, developers learn how to leverage the new Location API and new Maps Controls with Windows Phone 8. Primary topics include the Windows Phone Runtime Location API, acquiring the phone's current location, continuously tracking the phone's location, running location-tracking apps in the background, the New Map Control, specifying Map center and zoom, animating Map Display using Map Views.
Full course outline:
Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation,
please create a new thread in our Forums,
or
Contact Us and let us know.
Follow the Discussion
Oops, something didn't work.
What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in. You need to be signed in to Channel 9 to use this feature.What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in and view them all on your notifications page.sign up for email notifications?
Great content. Thank you very much.
I tried to add the "LocationTracking" to WMAppManifest.xml, but neither the code that I think was shown:
<BackgroundExecution>
<ExecutionType Name="LocationTracking" />
</BackgroundExecution>
None of the following would work either:
<BackgroundExecution>
<ExecutionTypeName="LocationTracking" />
</BackgroundExecution>
<ExtendedTask>
<ExecutionTypeName="LocationTracking" />
</ExtendedTask>
<ExtendedTask>
<ExecutionType Name="LocationTracking" />
</ExtendedTask>
Remove this comment
Remove this thread
close