标签: angular google-maps
我正在使用Angular Google Maps (AGM): https://angular-maps.com/ 我想根据纬度和经度用街景初始化地图
Angular Google Maps (AGM): https://angular-maps.com/
我的代码现在:
<agm-map [latitude]="lat" [longitude]="lng"> </agm-map>
我怎么能这样做?