2016-05-13 12 views
0

new MapLabel但這不工作了:我的maplabels停止工作。我現在得到的消息在下面用在我所有的程序一起工作我所有的程序

var mapLabelA = new MapLabel(
    { 
     text: ' From Wilkes or Henlow** ', 
     position: new google.maps.LatLng(49.796600, -97.196000), 
     map: map, 
     fontSize: 13, 
     align: 'right' 
    } 
); 

爲什麼我的maplabels停止工作?

Failed to load resource: the server responded with a status of 404 (Not Found) 
PT59AM2.html:1039 Uncaught ReferenceError: MapLabel is not defined 
util.js:222 Google Maps API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys 
util.js:222 Google Maps API warning: InvalidKey https://developers.google.com/maps/documentation/javascript/error-messages#invalid-key 
+1

因此,您收到了錯誤消息。你的問題是什麼? –

+0

爲什麼我的maplabels會停止工作? – brando

+1

通過[編輯]將它置於正確的問題中。另外,包括更多的上下文。理想情況下提供[mcve]。 –

回答

0

Google從他們的服務器中刪除了maplabel.js。在本地查找其他副本或鏈接。

相關問題