File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -428,11 +428,20 @@ declare module 'react-google-maps/lib/components/OverlayView' {
428428 import { Component , ReactNode } from 'react'
429429
430430 export interface OverlayViewProps {
431- mapPaneName ?: string
431+ bounds ?: google . maps . LatLngBounds | google . maps . LatLngBoundsLiteral
432432 children ?: ReactNode
433+ getPixelPositionOffset ?: ( width : number , height : number ) => { x ?: number , y ?: number }
434+ mapPaneName ?: string
435+ position ?: google . maps . LatLng | google . maps . LatLngLiteral
433436 }
434437
435438 export default class OverlayView extends Component < OverlayViewProps > {
439+ static FLOAT_PANE : string
440+ static MAP_PANE : string
441+ static MARKER_LAYER : string
442+ static OVERLAY_LAYER : string
443+ static OVERLAY_MOUSE_TARGET : string
444+
436445 getPanes ( ) : google . maps . MapPanes
437446 getProjection ( ) : google . maps . MapCanvasProjection
438447 }
You can’t perform that action at this time.
0 commit comments