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