@@ -143,9 +143,14 @@ export class MapAdvancedMarker implements OnInit, OnChanges, OnDestroy, MapAncho
143
143
getAnchor(): google .maps .marker .AdvancedMarkerElement ;
144
144
set gmpDraggable(draggable : boolean );
145
145
readonly mapClick: Observable <google .maps .MapMouseEvent >;
146
+ readonly mapDblclick: Observable <google .maps .MapMouseEvent >;
146
147
readonly mapDrag: Observable <google .maps .MapMouseEvent >;
147
148
readonly mapDragend: Observable <google .maps .MapMouseEvent >;
148
149
readonly mapDragstart: Observable <google .maps .MapMouseEvent >;
150
+ readonly mapMouseout: Observable <google .maps .MapMouseEvent >;
151
+ readonly mapMouseover: Observable <google .maps .MapMouseEvent >;
152
+ readonly mapMouseup: Observable <google .maps .MapMouseEvent >;
153
+ readonly mapRightclick: Observable <google .maps .MapMouseEvent >;
149
154
readonly markerInitialized: EventEmitter <google .maps .marker .AdvancedMarkerElement >;
150
155
// (undocumented)
151
156
ngOnChanges(changes : SimpleChanges ): void ;
@@ -158,7 +163,7 @@ export class MapAdvancedMarker implements OnInit, OnChanges, OnDestroy, MapAncho
158
163
set title(title : string );
159
164
set zIndex(zIndex : number );
160
165
// (undocumented)
161
- static ɵdir: i0 .ɵɵDirectiveDeclaration <MapAdvancedMarker , " map-advanced-marker" , [" mapAdvancedMarker" ], { " title" : { " alias" : " title" ; " required" : false ; }; " position" : { " alias" : " position" ; " required" : false ; }; " content" : { " alias" : " content" ; " required" : false ; }; " gmpDraggable" : { " alias" : " gmpDraggable" ; " required" : false ; }; " options" : { " alias" : " options" ; " required" : false ; }; " zIndex" : { " alias" : " zIndex" ; " required" : false ; }; }, { " mapClick" : " mapClick" ; " mapDrag" : " mapDrag" ; " mapDragend" : " mapDragend" ; " mapDragstart" : " mapDragstart" ; " markerInitialized" : " markerInitialized" ; }, never , never , true , never >;
166
+ static ɵdir: i0 .ɵɵDirectiveDeclaration <MapAdvancedMarker , " map-advanced-marker" , [" mapAdvancedMarker" ], { " title" : { " alias" : " title" ; " required" : false ; }; " position" : { " alias" : " position" ; " required" : false ; }; " content" : { " alias" : " content" ; " required" : false ; }; " gmpDraggable" : { " alias" : " gmpDraggable" ; " required" : false ; }; " options" : { " alias" : " options" ; " required" : false ; }; " zIndex" : { " alias" : " zIndex" ; " required" : false ; }; }, { " mapClick" : " mapClick" ; " mapDblclick " : " mapDblclick " ; " mapMouseout " : " mapMouseout " ; " mapMouseover " : " mapMouseover " ; " mapMouseup " : " mapMouseup " ; " mapRightclick " : " mapRightclick " ; " mapDrag" : " mapDrag" ; " mapDragend" : " mapDragend" ; " mapDragstart" : " mapDragstart" ; " markerInitialized" : " markerInitialized" ; }, never , never , true , never >;
162
167
// (undocumented)
163
168
static ɵfac: i0 .ɵɵFactoryDeclaration <MapAdvancedMarker , never >;
164
169
}
0 commit comments