Angular Google Maps 组件图标不起作用

Posted

技术标签:

【中文标题】Angular Google Maps 组件图标不起作用【英文标题】:Angular Google Maps component Icon is not working 【发布时间】:2021-04-10 14:14:24 【问题描述】:

我使用Angular Google Maps component,除自定义图标外,其他一切工作正常。我已经设置如下。你能告诉我为什么它不起作用吗?

 mapOptions = 
            center:  lat: store.latitude, lng: store.longitude ,
            zoom: 11,
            mapId: environment.googleMapId,
            icon: 'https://developers.google.com/maps/documentation/javascript/examples/full/images/beachflag.png',
            

         as google.maps.MapOptions;

【问题讨论】:

【参考方案1】:

我的错。我需要将其设置在MarkerOptions 下,如下所示:

markerOptions: 
                icon: 
                    url:
                        'https://developers.google.com/maps/documentation/javascript/examples/full/images/beachflag.png',
                   

                , draggable: false
            

【讨论】:

以上是关于Angular Google Maps 组件图标不起作用的主要内容,如果未能解决你的问题,请参考以下文章

如何更改 Angular Google Maps 组件中的 MapMarker z-index?

Angular2找不到命名空间'google'

SVG 图标标记不显示在 IE11、iPad 中

angular-google-maps 通过鼠标点击获取 GEO 位置

在 Google Maps V3 中使用图标字体作为标记

RangeError,谷歌地图方向服务。 angular2, SebastianM/angular2-google-maps