mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
The data property can be an MVCArray or LatLng[]. All other properties are optional
This commit is contained in:
Vendored
+7
-7
@@ -1574,13 +1574,13 @@ declare module google.maps {
|
||||
}
|
||||
|
||||
export interface HeatmapLayerOptions {
|
||||
data: LatLng[];
|
||||
dissipating: boolean;
|
||||
gradient: string[];
|
||||
map: Map;
|
||||
maxIntensity: number;
|
||||
opacity: number;
|
||||
radius: number;
|
||||
data: any;
|
||||
dissipating?: boolean;
|
||||
gradient?: string[];
|
||||
map?: Map;
|
||||
maxIntensity?: number;
|
||||
opacity?: number;
|
||||
radius?: number;
|
||||
}
|
||||
|
||||
export interface WeightedLocation {
|
||||
|
||||
Reference in New Issue
Block a user