export class MapInfoWindowOptionsConstants { static mapInfoWindowOptions: google.maps.InfoWindowOptions = { headerDisabled: true, pixelOffset: new google.maps.Size(0, -50) }; }