Angular异步表单验证器 - 如何等待getDistanceMatrix回调的响应。
创始人
2024-10-30 11:30:43
0

在Angular中,可以使用异步表单验证器来处理等待getDistanceMatrix回调的响应。以下是一个示例解决方法:

首先,需要创建一个自定义的异步表单验证器,该验证器将等待getDistanceMatrix回调的响应。可以使用AbstractControl类的setAsyncValidators方法来添加异步验证器。

import { FormControl } from '@angular/forms';
import { Observable } from 'rxjs';
import { google } from 'google-maps';

// 自定义异步表单验证器
function distanceValidator(control: FormControl): Promise | Observable {
  return new Promise((resolve, reject) => {
    const origin = new google.maps.LatLng(37.7749, -122.4194); // 起点坐标
    const destination = control.value; // 目的地坐标

    const service = new google.maps.DistanceMatrixService();
    service.getDistanceMatrix(
      {
        origins: [origin],
        destinations: [destination],
        travelMode: 'DRIVING'
      },
      (response, status) => {
        if (status === 'OK') {
          const distance = response.rows[0].elements[0].distance;
          if (distance.value < 1000) { // 假设距离小于1000米为无效
            resolve({ invalidDistance: true });
          } else {
            resolve(null);
          }
        } else {
          resolve(null); // 如果请求失败,则继续验证
        }
      }
    );
  });
}

// 在表单控件中添加异步验证器
this.myForm = new FormGroup({
  destination: new FormControl('', [Validators.required], [distanceValidator])
});

在上面的代码中,我们创建了一个名为distanceValidator的自定义异步表单验证器。该验证器使用google-maps库的DistanceMatrixService来计算起点到目的地的距离。在回调函数中,我们根据距离的值来判断验证结果。如果距离小于1000米,我们将返回一个包含{ invalidDistance: true }的Promise;否则,我们将返回一个解析为null的Promise。

然后,我们在表单控件的初始化中,将distanceValidator添加为异步验证器。

注意:这里使用了google-maps库来演示如何等待getDistanceMatrix回调的响应,因此需要在项目中安装并正确引入该库。请根据实际情况进行调整。

相关内容

热门资讯

透视模板!云扑克有透视吗(透视... 透视模板!云扑克有透视吗(透视)一贯真的是有辅助下载(哔哩哔哩)1、透视模板!云扑克有透视吗(透视)...
透视方案!wpk模拟器多开(透... 透视方案!wpk模拟器多开(透视)本来是真的辅助辅助器(哔哩哔哩)1、很好的工具软件,可以解锁游戏的...
透视办法!智星德州有脚本吗(透... 透视办法!智星德州有脚本吗(透视)都是真的是有辅助插件(哔哩哔哩)1、上手简单,内置详细流程视频教学...
透视要领!wepoker智能辅... 透视要领!wepoker智能辅助插件(透视)好像是真的辅助软件(哔哩哔哩)wepoker智能辅助插件...
透视总结!we poker免费... 透视总结!we poker免费辅助器(透视)竟然真的有辅助app(哔哩哔哩)1、许多玩家不知道we ...
透视总结!德扑HHpoker有... 透视总结!德扑HHpoker有挂吗(透视)好像存在有辅助神器(哔哩哔哩)1、德扑HHpoker有挂吗...
透视要领!hhpoker是真的... 透视要领!hhpoker是真的假的(透视)切实是有辅助修改器(哔哩哔哩)1、hhpoker是真的假的...
透视指南!aapoker安装包... 透视指南!aapoker安装包怎么使用(透视)确实真的是有辅助app(哔哩哔哩)亲,关键说明,aap...
透视练习!hhpoker外开挂... 透视练习!hhpoker外开挂靠谱吗(透视)一贯是真的辅助app(哔哩哔哩)1、操作简单,无需hhp...
透视经验!约局吧能不能开挂(透... 透视经验!约局吧能不能开挂(透视)真是是真的辅助神器(哔哩哔哩)1、首先打开约局吧能不能开挂辅助器下...