/// interface IMarkerIcon { url: string; size?: google.maps.Size; scaledSize?: google.maps.Size; } export declare class MarkerIcon implements IMarkerIcon { url: string; size?: google.maps.Size; scaledSize?: google.maps.Size; constructor(url: string, size?: google.maps.Size, scaledSize?: google.maps.Size); } export {};