protected override void PlatformSpecificStart (MvxLocationOptions options)
		{
			if (_locationHandler == null) {
				_locationHandler = new FusedLocationHandler (this, Context);
			}

			_locationHandler.Start (options);
		}
Exemplo n.º 2
0
        protected override void PlatformSpecificStart(MvxLocationOptions options)
        {
            if (_locationHandler == null)
            {
                _locationHandler = new FusedLocationHandler(this, Context);
            }

            _locationHandler.Start(options);
        }