使用谷歌地图api方向时出错

时间:2011-08-01 10:11:21

标签: google-maps geolocation directions

尝试声明

时出现以下错误
var directionsService = new google.maps.DirectionsService();

我的控制台中的错误

 TypeError: Result of expression 'google.maps.DirectionsService' [undefined] is not a       constructor.

有什么想法吗?

1 个答案:

答案 0 :(得分:2)

您必须向网页的<head>添加脚本引用:

<script type="text/javascript" 
    src="http://maps.googleapis.com/maps/api/js?sensor=false"></script>