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