Esempio n. 1
0
 public LocationService(IMessageService messageService)
 {
     _locationManager   = (LocationManager)Application.Context.GetSystemService(Context.LocationService);
     _locationListeners = new LocationListenerManager();
     _messageService    = messageService;
     Positions          = _locationListeners;
 }
 public LocationListener(LocationListenerManager manager)
 {
     Manager = manager;
 }