We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5038ac4 commit 1bc67b0Copy full SHA for 1bc67b0
index.d.ts
@@ -96,11 +96,12 @@ export class Circle extends React.Component<any, any> {
96
export interface IInfoWindowProps extends Partial<google.maps.InfoWindowOptions> {
97
google: typeof google
98
map: google.maps.Map
99
- marker: google.maps.Marker
100
-
101
- mapCenter?: google.maps.LatLng | google.maps.LatLngLiteral
+ marker?: google.maps.Marker
+ position?: google.maps.LatLng | google.maps.LatLngLiteral
102
visible?: boolean
103
+ children: React.ReactNode
+ onClose(): void
104
+ onOpen(): void
105
}
106
107
export class InfoWindow extends React.Component<IInfoWindowProps, any> {
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments