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回调的响应,因此需要在项目中安装并正确引入该库。请根据实际情况进行调整。

相关内容

热门资讯

透视软件!德普辅助软件,(德扑... 透视软件!德普辅助软件,(德扑之心)一直有挂,攻略方法(有挂黑科技);德普辅助软件软件透明挂微扑克w...
透视讲解“德州私人局脚本”透视... 透视讲解“德州私人局脚本”透视辅助机制(切实真的是有挂)1、构建自己的德州私人局脚本辅助插件;2、选...
透视计算!拱趴大菠萝万能辅助器... 透视计算!拱趴大菠萝万能辅助器,pokemmo手机版脚本,可靠教程(有挂攻略);1、拱趴大菠萝万能辅...
透视有挂!德普之星透视,(德扑... 透视有挂!德普之星透视,(德扑之心)本来真的有挂,揭秘教程(有挂揭秘);1、下载好德普之星透视辅助软...
透视游戏“pokerworld... 透视游戏“pokerworld辅助器”透视辅助助手(其实有挂)1、许多玩家不知道pokerworld...
透视挂!德普之星透视辅助软件下... 透视挂!德普之星透视辅助软件下载,(德普)一直是有挂,微扑克教程(有挂黑科技);1、德普之星透视辅助...
透视软件“poker mast... 透视软件“poker master辅助”透视辅助工具(竟然是有挂)亲,关键说明,poker mast...
透视计算!如何下载德普之星辅助... 透视计算!如何下载德普之星辅助软件,德普之星辅助工具如何打开,AI教程(有挂规律)1、打开软件启动之...
透视规律!pokemmo辅助器... 透视规律!pokemmo辅助器手机版下载,佛手在线大菠萝技巧,分享教程(有挂解说)1、pokemmo...
透视脚本!如何下载德普之星辅助... 透视脚本!如何下载德普之星辅助软件,德扑圈透视挂,力荐教程(有挂插件)1、不需要AI权限,帮助你快速...