/** * Represents the functionality of a native Google Maps object provides. * * Used for unifying all native types under one common base. * * @export * @interface IGoogleMapsNativeObject */ export interface IGoogleMapsNativeObject { }