diff --git a/googlemaps/google.maps.d.ts b/googlemaps/google.maps.d.ts index ed7908df7a..9fed2e393f 100644 --- a/googlemaps/google.maps.d.ts +++ b/googlemaps/google.maps.d.ts @@ -2037,7 +2037,7 @@ declare module google.maps { /***** Visualization Library *****/ export module visualization { export class MapsEngineLayer extends MVCObject { - constructor(options: MapsEngineLayerOptions) + constructor(options: MapsEngineLayerOptions); getLayerId(): string; getLayerKey(): string; getMap(): Map;