在弹出窗口上绘制折线时,谷歌地图不可见,因为背景页面中可用相同的折线

时间:2018-07-02 12:20:49

标签: angularjs google-maps-api-3

实际上,我正在使用Google Map API使用ID“地图”绘制折线,但是当它已在后台页面中使用时,我无法在弹出窗口上绘制相同的折线。 谁能帮我解决如何动态使用该ID? 因为那是google API的一部分。请看下面-

 this.chart = new google.maps.Map( document.getElementById( 'map' ), mapOptions );

这里的地图是固定ID,那么如何在同一页面上使用2次?

该页面的我的代码,该代码也可在后台和弹出窗口中使用-

<div class="chart marginBottom10">
    <div [chartType]="'polyline'"
        [chartData]="polyline" googleChart id="map" style = "height : 250px;"> 
   </div>
</div>

0 个答案:

没有答案