public void Start(MvxLocationOptions options, Action <MvxGeoLocation> success, Action <MvxLocationError> error) { lock (this) { _locationCallback = success; _errorCallback = error; PlatformSpecificStart(options); Started = true; } }
protected abstract ValueTask PlatformSpecificStart(MvxLocationOptions options);
protected abstract void PlatformSpecificStart(MvxLocationOptions options);