Exemplo n.º 1
0
 private void InitializeExtendedLocationListener()
 {
     extendedLocationListener = ExtendedLocationListener.GetInstance();
     extendedLocationListener.SetContext(this);
     extendedLocationListener.EnableCheckForExhibits();
     extendedLocationListener.EnableLocationUpdates();
     extendedLocationListener.SetExtendedLocationListenerAdapter(this);
 }