VisualStudio reports this errore for the following classes:
Error Build: Overloads cannot differ only by return type.
Marker
- getMap(): Map;
- getMap(): StreetViewPanorama
InfoWindow
- getContent(): string;
- getContent(): Element;
I don't know which could be the best way to fix it