我正在将地图嵌入网页中,但是由于某种原因,我不断收到ApiNotActivatedMapError,我正在查看地图并将其激活。我在这里茫然。
<div id="map" style="width:100%;height:400px">My map will go here</div>
<script>
// Initialize and add the map
function initMap() {
var mapProp= {
center:new google.maps.LatLng(51.508742,-0.120850),
zoom:5,
};
var map=new google.maps.Map(document.getElementById("map"),mapProp);
}
</script>
<script async defer
src="https://maps.googleapis.com/maps/api/js?key=MY_API_KEY&callback=initMap">
</script>
有人对此问题有经验吗?我是否缺少简单的东西?谢谢
答案 0 :(得分:1)
转到console.cloud.google.com并执行以下步骤:
1)API和服务
2)仪表板
3)+启用APIS和服务
4)Maps JavaScript API
5)点击启用按钮