Skip to content
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.

A Windows Phone 8.1 sample which shows how you can track a user's location (using the MVVM pattern)

License

Notifications You must be signed in to change notification settings

SolveSoul/wp-gps-tracking-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Windows Phone 8.1 GPS User Location Tracking Sample This sample shows two ways of tracking the user via the Geolocator class:

  • With a DispatcherTimer calling GetGeopositionAsync() every few seconds
  • With the GeoLocator StatusChanged event (prefered method)

The sample implements the MVVM pattern, implemented via Galasoft MVVM Light.

Sample screenshot

About

A Windows Phone 8.1 sample which shows how you can track a user's location (using the MVVM pattern)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages