/wp-gps-tracking-sample

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

Primary LanguageC#MIT LicenseMIT

#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