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、四川游戏家...
事发当天!aa poker辅助... 事发当天!aa poker辅助包,we-poker正规吗(透视)解密教程(有挂规律)-哔哩哔哩1、每...
不少玩家反映!决战卡五星开挂方... 不少玩家反映!决战卡五星开挂方法,hhpoker一直输有挂吗,绝活教程(有挂方法)-哔哩哔哩1、许多...
推出新举措!pokemmo脚本... 推出新举措!pokemmo脚本辅助器下载,hhpoker是真的假的(透视)关于教程(有挂总结)-哔哩...
针对!新鸿狐辅助软件是真的吗,... 针对!新鸿狐辅助软件是真的吗,随意玩辅助软件,积累教程(揭秘有挂)-哔哩哔哩新鸿狐辅助软件是真的吗是...
透视最新!wepoker买脚本... 透视最新!wepoker买脚本靠谱吗,wepoker怎么买辅助(透视)普及教程(有挂头条)-哔哩哔哩...
于此同时!we-poker软件... 于此同时!we-poker软件,wpk俱乐部是真的吗(透视)总结教程(有挂分析)-哔哩哔哩wpk俱乐...
目前!越乡游义乌透视下载安卓,... 目前!越乡游义乌透视下载安卓,wepoker辅助分析器,经验教程(有挂神器)-哔哩哔哩1、超多福利:...
网友热议!德州局HHpoker... 网友热议!德州局HHpoker透视脚本,epoker透视(透视)专业教程(有挂总结)-哔哩哔哩德州局...
目前!小闲辅助软件,火神大厅科... 目前!小闲辅助软件,火神大厅科技,步骤教程(有挂存在)-哔哩哔哩1、游戏颠覆性的策略玩法,独创攻略技...