sách gpt4 ăn đã đi

góc - ionic 3: Không bắt buộc (trong lời hứa): ReferenceError: google không được định nghĩa ReferenceError

In lại 作者:搜寻专家 更新时间:2023-10-30 21:38:39 27 4
mua khóa gpt4 giày nike

你好吗?我正在研究带有 Ionic 3 教程的 Google map 。我已经完成了那里解释的一切,但是当项目启动时,出现了这个错误。我调查了很多,但没有任何效果。谢谢!

Error: Uncaught (in promise): ReferenceError: google is not defined
ReferenceError: google is not defined

Đây là mã của tôi:

home.ts

import { Component, ViewChild, ElementRef } from '@angular/core';
import { NavController } from 'ionic-angular';
import { IonicPage } from 'ionic-angular';

declare var google;

@IonicPage()
@Component({
selector: 'page-home',
templateUrl: 'home.html'
})
export class HomePage {

@ViewChild('map') mapElement:ElementRef;
map: any;
start = 'chicago, il';
end = 'chicago, il';
directionsService = new google.maps.DirectionsService;
directionsDisplay = new google.maps.DirectionsRenderer;

constructor(public navCtrl: NavController) {

}

ionViewLoad(){
this.initMap();
}

initMap(){
this.map = new google.maps.Map(this.mapElement.nativeElement,
{
zoom: 7,
center: {lat: 41.85, lng: -87.65}
});

this.directionsDisplay.setMap(this.map);
}

calculateAndDisplayRoute(){
this.directionsService.route({
origin: this.start,
destination: this.end,
travelMode: 'DRIVING',
}, (response, status) => {
if(status == 'OK'){
this.directionsDisplay.setDirections(response);
}khác{
window.alert('Directions request failed due to ' +
status);
}
});
}

}

câu trả lời hay nhất

确保在加载 javascript 时使用 HTTPS!

由此改变


đến


关于angular - ionic 3 : Uncaught (in promise): ReferenceError: google is not defined ReferenceError,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46313492/

27 4 0
Chứng chỉ ICP Bắc Kinh số 000000
Hợp tác quảng cáo: 1813099741@qq.com 6ren.com
Xem sitemap của VNExpress