名前空間' Google.マップにはエクスポートされていないメンバー' mouseEvent 'がありません

956 ワード

私は、Googleマップを私の角度プロジェクトと統合したかったです.パイロット版では、私はちょうどこのリンクhttps://angular-maps.com/guides/getting-started/に従っていました.現在、エラーが発生しました.
モジュール名/@ agm/core/lib/ディレクティブ/マップ.の名前空間' Googleエラー.マップにはエクスポートされていないメンバー' mouseEvent 'がありません
232 mapdblclick : EventEvents
私はファイルの場所に行き、これを得た
mapClick: EventEmitter<google.maps.MouseEvent | google.maps.IconMouseEvent>;
/**
 * This event emitter gets emitted when the user right-clicks on the map (but not when they click
 * on a marker or infoWindow).
 */
mapRightClick: EventEmitter<google.maps.MouseEvent>;
/**
 * This event emitter gets emitted when the user double-clicks on the map (but not when they click
 * on a marker or infoWindow).
 */
mapDblClick: EventEmitter<google.maps.MouseEvent>;
/**
依存:NPMのインストール@ agm/core npm i @ types/Googlemaps