Heatmap addition (#31602)

added heatmap placeholder
This commit is contained in:
David Wandar
2018-12-31 17:52:55 +01:00
committed by Wesley Wigham
parent 0f18f42a4d
commit fec917b4b9

View File

@@ -89,6 +89,9 @@ export class Polyline extends React.Component<any, any> {
export class Circle extends React.Component<any, any> {
}
export class HeatMap extends React.Component<any, any> {
}
export interface InfoWindowProps extends Partial<google.maps.InfoWindowOptions> {
google: typeof google;
map: google.maps.Map;