Esempio n. 1
0
 protected void EmitLocationUpdatedRaw()
 {
     LocationUpdatedRaw?.Invoke(CurrentLocationRaw, LastLocationRaw);
 }
Esempio n. 2
0
 public void ForceLocationUpdate()
 {
     LocationUpdated?.Invoke(CurrentLocation, LastLocation);
     LocationUpdatedRaw?.Invoke(CurrentLocationRaw, LastLocationRaw);
 }