我从这个网站复制了https://medium.com/flutter-community/building-places-location-search-with-map-view-using-flutter-1-0-alfian-losari-66cacb3bcc24,但是我得到了一些错误,比如没有为类型定义方法,位置数据不能赋值给this is for location类型的变量 map.dart import 'dart:async';impor
我已经这样定义了ReactiveCommand: CmdGetTestResult = ReactiveCommand.CreateFromTask<bool>(async detailed => var result = await Client.FooAsync(detailed);CmdGetTestResult.ToPropertyEx(this, x => x.GetTestResultResponse); viewmodel public bool Detailed { get; set; }
public Unit GetTest