Exemplo n.º 1
0
 public void StopGPS()
 {
     gpsPlugin.StopGPS();
 }
Exemplo n.º 2
0
 private void OnDestroy()
 {
     gpsPlugin.StopGPS();
     RemoveGPSEventListeners();
 }