我在 kml 中创建了一个地标,其名称和 ID = 'campania'
我用方法上传了google.earth.fetchKml(ge, href, function())
我在地图上看到一个地标我想添加地标可以点击,我找到了这个方法来获取地标的ID
placemark=ge.getElementByUrl('http://web.uniparthenope.it/~0124000489/tw-2013/place.kml#campania');
使用该方法使其可点击
google.earth.addEventListener(placemark, 'click',playTour);
它不起作用使我在应该开始游览时出现带有地标名称的语音气泡并给我这个错误
"Uncaught TypeError: Cannot call method 'getEventHandlersId' of null
你能帮我吗?也许你不能做kml?我必须使用谷歌 API 创建地标以使其可点击?谢谢