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

Latest commit

 

History

History
9 lines (6 loc) · 413 Bytes

File metadata and controls

9 lines (6 loc) · 413 Bytes

#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