Example #1
0
 /// <summary>
 /// Stops tracking the GPS coordinates of the device.
 /// </summary>
 public void Stop()
 {
     nativeGeo.Stop();
 }