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、下载好哈糖大菠萝辅...
详细透视!wepoker辅助透... 详细透视!wepoker辅助透视,微乐家乡app下载,指引教程(真实有挂)-哔哩哔哩在进入wepok...
科普透视!wpk作弊是真的吗,... 科普透视!wpk作弊是真的吗,广西微乐小程序辅助器,诀窍教程(有挂辅助)-哔哩哔哩1)wpk作弊是真...
关于透视!pokerworld... 关于透视!pokerworld修改器,微乐自建房脚本入口,方案教程(有挂神器)-哔哩哔哩1、上手简单...
了解透视!wepoker俱乐部... 了解透视!wepoker俱乐部辅助器,陕西微乐小程序辅助,学习教程(有挂透视)-哔哩哔哩一、wepo...
了解透视!拱趴大菠萝开挂方法,... 了解透视!拱趴大菠萝开挂方法,微信小程序游戏破解器,妙计教程(有挂分享)-哔哩哔哩1、拱趴大菠萝开挂...
辅助透视!wepoker好友房... 辅助透视!wepoker好友房开挂,微乐广西小程序开发,演示教程(有人有挂)-哔哩哔哩1、用户打开应...
揭幕透视!wejoker辅助软... 揭幕透视!wejoker辅助软件视频,微乐广西小程序,手段教程(有挂分享)-哔哩哔哩1、完成wejo...
揭幕透视!菠萝德州透视脚本,微... 揭幕透视!菠萝德州透视脚本,微乐自建房辅助可信吗,项目教程(有挂详细)-哔哩哔哩1、操作简单,无需菠...
揭幕透视!hhpoker脚本,... 揭幕透视!hhpoker脚本,微乐自建房脚本如何下载,妙计教程(有挂分析)-哔哩哔哩1)hhpoke...