Exemple #1
0
 public void StopGPS()
 {
     gpsPlugin.StopGPS();
 }
Exemple #2
0
 private void OnDestroy()
 {
     gpsPlugin.StopGPS();
     RemoveGPSEventListeners();
 }